mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update expectations as differences don’t look intermittent: https://github.com/servo/servo/pull/24785#issuecomment-555602259 Fixes https://github.com/servo/servo/issues/23569
47 lines
1,009 B
YAML
47 lines
1,009 B
YAML
env:
|
|
RUST_BACKTRACE: '1'
|
|
RUSTFLAGS: -Dwarnings
|
|
CARGO_INCREMENTAL: "0"
|
|
GST_DEBUG: '3'
|
|
SCCACHE_IDLE_TIMEOUT: "1200"
|
|
SCCACHE_MAX_FRAME_LENGTH": "100000000" # 100 MB
|
|
linux-rel-nogate:
|
|
env:
|
|
CC: clang-4.0
|
|
CXX: clang++-4.0
|
|
commands:
|
|
- ./mach clean-nightlies --keep 3 --force
|
|
- ./mach clean-cargo-cache --keep 3 --force
|
|
- ./etc/ci/clean_build_artifacts.sh
|
|
- ./mach build --release -p servo
|
|
- python ./etc/ci/chaos_monkey_test.py
|
|
- env RUSTFLAGS= bash ./etc/ci/mutation_test.sh
|
|
- ./etc/ci/clean_build_artifacts.sh
|
|
|
|
# Moved to Taskcluster
|
|
linux-dev: []
|
|
mac-dev-unit: []
|
|
windows-msvc-dev: []
|
|
android-mac: []
|
|
android: []
|
|
android-x86: []
|
|
mac-rel-wpt1: []
|
|
mac-rel-wpt2: []
|
|
mac-rel-wpt3: []
|
|
mac-rel-wpt4: []
|
|
mac-rel-css1: []
|
|
mac-rel-css2: []
|
|
android-nightly: []
|
|
windows-msvc-nightly: []
|
|
mac-nightly: []
|
|
magicleap-nightly: []
|
|
magicleap: []
|
|
linux-nightly: []
|
|
linux-rel-wpt: []
|
|
linux-rel-css: []
|
|
|
|
# No longer maintained
|
|
arm32: []
|
|
arm64: []
|
|
mac-rel-intermittent: []
|
|
linux-rel-intermittent: []
|