mirror of
https://github.com/servo/servo.git
synced 2025-08-01 03:30:33 +01:00
Fix mutation test in CI by passing env vars correctly
Originally, buildbot would try to directly execute `RUSTFLAGS=` as a binary since it was the first token in the command string, which won't work. Fix this by using the `env` command to set the environment variables, as there is currently no support for setting per-step environment variables in the `buildbot_steps.yml` file.
This commit is contained in:
parent
bc7dd644f6
commit
a280188fdc
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ linux-rel-nogate:
|
|||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./mach build --release
|
||||
- python ./etc/ci/chaos_monkey_test.py
|
||||
- RUSTFLAGS= bash ./etc/ci/mutation_test.sh
|
||||
- env RUSTFLAGS= bash ./etc/ci/mutation_test.sh
|
||||
|
||||
mac-rel-intermittent:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue