package/rust: disable ninja
authorRomain Naour <romain.naour@gmail.com>
Wed, 17 Feb 2021 23:24:11 +0000 (00:24 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 20 Feb 2021 16:02:51 +0000 (17:02 +0100)
commitf826a944ae54561ad71838329232dcca4e734ef9
tree43e2b06e58e9c712b48882547068956e0ba5c908
parent86fbba8b81b09b676bf8f03e88b11b607599e066
package/rust: disable ninja

Ninja has recently be enabled as the default build system to build
llvm fork for rust compiler [1]. But we can still use Make if
"ninja = false" is provided in config.toml.

Ninja support can be enabled by a following patch.

[1] https://github.com/rust-lang/rust/commit/30b7dac745b1555cd96f41977f7d24435cbe7fa2

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/1019386205

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/rust/rust.mk