diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-10-14 12:30:30 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-10-16 20:19:20 +0200 |
commit | 115d859551323c821beb412d550c6dacbcdd5e23 (patch) | |
tree | d7f8fc2c7ca949d6caa347f6d51d2f4f03653ad3 | |
parent | 9e4865b6c89267e987b2b638295ad6d872f260ca (diff) | |
download | servo-115d859551323c821beb412d550c6dacbcdd5e23.tar.gz servo-115d859551323c821beb412d550c6dacbcdd5e23.zip |
Build with `--features default-except-unstable` on CI.
-rw-r--r-- | etc/ci/buildbot_steps.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 317077c0287..09438dce966 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -84,6 +84,7 @@ linux-dev: - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach test-unit - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach package --dev - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build-cef + - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --dev --no-default-features --features default-except-unstable - ./mach build-geckolib - ./mach test-stylo - bash ./etc/ci/lockfile_changed.sh |