On Wed, Oct 25, 2017 at 2:31 PM, Jussi Pakkanen <[email protected]> wrote: > On Tue, Oct 24, 2017 at 10:43 PM, Daniel Schepler <[email protected]> wrote: > >> Currently, if you build meson with the nocheck build profile, it still >> requires rustc and c++-compiler-arm-linux-gnueabihf. That looks like >> a mistake, that the <!nocheck> was probably intended to apply to both >> alternatives in e.g. "rustc | bash-doc <!nocheck>" - but as written, > > Is the correct format > > rustc <!nocheck> | bash-doc <!nocheck> > > If yes, I'll fix it in the next upload.
Yes, that would be correct format for "require neither rustc nor bash-doc in the nocheck build profile". (Although to be honest, I don't know exactly what role bash-doc would play in the testsuite...) -- Daniel Schepler

