Bug 1625482 [wpt PR 22496] - [ScrollTimeline] Do not show scrollbar to bypass flakine...
[gecko.git] / build / mozconfig.rust
blobd12787f112433967ccacef26089dbd8dac063538
1 # Options to enable rust in automation builds.
3 TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
5 # Tell configure to use the tooltool rustc.
6 RUSTC="$MOZ_FETCHES_DIR/rustc/bin/rustc"
7 CARGO="$MOZ_FETCHES_DIR/rustc/bin/cargo"
8 RUSTDOC="$MOZ_FETCHES_DIR/rustc/bin/rustdoc"
9 RUSTFMT="$MOZ_FETCHES_DIR/rustc/bin/rustfmt"
10 CBINDGEN="$MOZ_FETCHES_DIR/cbindgen/cbindgen"
12 ac_add_options --enable-rust-simd