@@ -31,10 +31,10 @@ mac-rel-wpt4:
31
31
32
32
mac-dev-unit :
33
33
- ./mach clean-nightlies --keep 3 --force
34
- - env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --dev
35
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach test-unit
36
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach package --dev
37
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build-cef
34
+ - env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --dev
35
+ - env ./mach test-unit
36
+ - env ./mach package --dev
37
+ - env ./mach build-cef
38
38
- ./mach build-geckolib
39
39
- bash ./etc/ci/lockfile_changed.sh
40
40
- bash ./etc/ci/manifest_changed.sh
@@ -78,12 +78,12 @@ linux-dev:
78
78
- ./mach clean-nightlies --keep 3 --force
79
79
- ./mach test-tidy --no-progress --all
80
80
- ./mach test-tidy --no-progress --self-test
81
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --dev
82
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach test-compiletest
83
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach test-unit
84
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach package --dev
85
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build-cef
86
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --dev --no-default-features --features default-except-unstable
81
+ - env ./mach build --dev
82
+ - env ./mach test-compiletest
83
+ - env ./mach test-unit
84
+ - env ./mach package --dev
85
+ - env ./mach build-cef
86
+ - env ./mach build --dev --no-default-features --features default-except-unstable
87
87
- ./mach build-geckolib
88
88
- ./mach test-stylo
89
89
- bash ./etc/ci/lockfile_changed.sh
@@ -116,27 +116,27 @@ linux-nightly:
116
116
117
117
android :
118
118
- ./mach clean-nightlies --keep 3 --force
119
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ANDROID_SDK=/home/servo/android/sdk/r25.2.3 ./mach build --android --dev
120
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ANDROID_SDK=/home/servo/android/sdk/r25.2.3 ./mach package --android --dev
119
+ - env ANDROID_SDK=/home/servo/android/sdk/r25.2.3 ./mach build --android --dev
120
+ - env ANDROID_SDK=/home/servo/android/sdk/r25.2.3 ./mach package --android --dev
121
121
- bash ./etc/ci/lockfile_changed.sh
122
122
- bash ./etc/ci/manifest_changed.sh
123
123
- python ./etc/ci/check_dynamic_symbols.py
124
124
125
125
android-nightly :
126
126
- ./mach clean-nightlies --keep 3 --force
127
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ANDROID_SDK=/home/servo/android/sdk/r25.2.3 ./mach build --android --release
128
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ANDROID_SDK=/home/servo/android/sdk/r25.2.3 ./mach package --android --release
127
+ - env ANDROID_SDK=/home/servo/android/sdk/r25.2.3 ./mach build --android --release
128
+ - env ANDROID_SDK=/home/servo/android/sdk/r25.2.3 ./mach package --android --release
129
129
- ./mach upload-nightly android
130
130
131
131
arm32 :
132
132
- ./mach clean-nightlies --keep 3 --force
133
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --rel --target=arm-unknown-linux-gnueabihf
133
+ - env ./mach build --rel --target=arm-unknown-linux-gnueabihf
134
134
- bash ./etc/ci/lockfile_changed.sh
135
135
- bash ./etc/ci/manifest_changed.sh
136
136
137
137
arm64 :
138
138
- ./mach clean-nightlies --keep 3 --force
139
- - env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --rel --target=aarch64-unknown-linux-gnu
139
+ - env ./mach build --rel --target=aarch64-unknown-linux-gnu
140
140
- bash ./etc/ci/lockfile_changed.sh
141
141
- bash ./etc/ci/manifest_changed.sh
142
142
0 commit comments