14
14
toolchain : nightly
15
15
- template : ci/azure-install-node.yml
16
16
- template : ci/azure-install-geckodriver.yml
17
- - template : ci/azure-install-sccache.yml
17
+ # Temporarily disable sccache because it is failing on CI.
18
+ # - template: ci/azure-install-sccache.yml
18
19
- script : cargo test
19
20
displayName : " Builds on native"
20
21
- script : cargo test --target wasm32-unknown-unknown
58
59
toolchain : nightly
59
60
- template : ci/azure-install-node.yml
60
61
- template : ci/azure-install-geckodriver.yml
61
- - template : ci/azure-install-sccache.yml
62
+ # Temporarily disable sccache because it is failing on CI.
63
+ # - template: ci/azure-install-sccache.yml
62
64
- script : cargo test --target wasm32-unknown-unknown
63
65
displayName : " wasm-bindgen test suite"
64
66
env :
@@ -80,14 +82,16 @@ jobs:
80
82
parameters :
81
83
toolchain : nightly
82
84
- template : ci/azure-install-node.yml
83
- - template : ci/azure-install-sccache.yml
85
+ # Temporarily disable sccache because it is failing on CI.
86
+ # - template: ci/azure-install-sccache.yml
84
87
- script : cargo test --target wasm32-unknown-unknown --features nightly --test wasm
85
88
86
89
- job : test_cli
87
90
displayName : " Run wasm-bindgen-cli crate tests"
88
91
steps :
89
92
- template : ci/azure-install-rust.yml
90
- - template : ci/azure-install-sccache.yml
93
+ # Temporarily disable sccache because it is failing on CI.
94
+ # - template: ci/azure-install-sccache.yml
91
95
- script : rustup target add wasm32-unknown-unknown
92
96
displayName : " install wasm target"
93
97
- script : cargo test -p wasm-bindgen-cli-support
@@ -104,7 +108,8 @@ jobs:
104
108
toolchain : nightly
105
109
- template : ci/azure-install-node.yml
106
110
- template : ci/azure-install-geckodriver.yml
107
- - template : ci/azure-install-sccache.yml
111
+ # Temporarily disable sccache because it is failing on CI.
112
+ # - template: ci/azure-install-sccache.yml
108
113
- script : cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown
109
114
- script : cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --features Node
110
115
- script : cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --features Element
@@ -120,7 +125,8 @@ jobs:
120
125
toolchain : nightly
121
126
- template : ci/azure-install-node.yml
122
127
- template : ci/azure-install-geckodriver.yml
123
- - template : ci/azure-install-sccache.yml
128
+ # Temporarily disable sccache because it is failing on CI.
129
+ # - template: ci/azure-install-sccache.yml
124
130
- script : cargo test -p js-sys --target wasm32-unknown-unknown
125
131
126
132
- job : test_webidl
@@ -131,7 +137,8 @@ jobs:
131
137
parameters :
132
138
toolchain : nightly
133
139
- template : ci/azure-install-node.yml
134
- # - template: ci/azure-install-sccache.yml
140
+ # Temporarily disable sccache because it is failing on CI.
141
+ # - template: ci/azure-install-sccache.yml
135
142
- script : cargo test -p wasm-bindgen-webidl
136
143
- script : cargo test -p webidl-tests --target wasm32-unknown-unknown
137
144
env :
@@ -145,14 +152,16 @@ jobs:
145
152
parameters :
146
153
toolchain : nightly
147
154
- template : ci/azure-install-node.yml
148
- - template : ci/azure-install-sccache.yml
155
+ # Temporarily disable sccache because it is failing on CI.
156
+ # - template: ci/azure-install-sccache.yml
149
157
- script : cargo test -p wasm-bindgen-macro
150
158
151
159
- job : test_wasm_interpreter
152
160
displayName : " Run wasm-bindgen-wasm-interpreter tests"
153
161
steps :
154
162
- template : ci/azure-install-rust.yml
155
- - template : ci/azure-install-sccache.yml
163
+ # Temporarily disable sccache because it is failing on CI.
164
+ # - template: ci/azure-install-sccache.yml
156
165
- script : |
157
166
git clone https://github.com/WebAssembly/wabt
158
167
mkdir -p wabt/build
@@ -166,7 +175,8 @@ jobs:
166
175
displayName : " Test TypeScript output of wasm-bindgen"
167
176
steps :
168
177
- template : ci/azure-install-rust.yml
169
- - template : ci/azure-install-sccache.yml
178
+ # Temporarily disable sccache because it is failing on CI.
179
+ # - template: ci/azure-install-sccache.yml
170
180
- template : ci/azure-install-node.yml
171
181
- script : cd crates/typescript-tests && ./run.sh
172
182
@@ -177,7 +187,8 @@ jobs:
177
187
# TODO: switch this back to `stable` when async/await is stable
178
188
parameters :
179
189
toolchain : nightly
180
- - template : ci/azure-install-sccache.yml
190
+ # Temporarily disable sccache because it is failing on CI.
191
+ # - template: ci/azure-install-sccache.yml
181
192
- template : ci/azure-install-wasm-pack.yml
182
193
- script : mv _package.json package.json && npm install && rm package.json
183
194
displayName : " run npm install"
@@ -199,7 +210,8 @@ jobs:
199
210
- template : ci/azure-install-rust.yml
200
211
parameters :
201
212
toolchain : nightly-2019-08-27
202
- - template : ci/azure-install-sccache.yml
213
+ # Temporarily disable sccache because it is failing on CI.
214
+ # - template: ci/azure-install-sccache.yml
203
215
- script : rustup component add rust-src
204
216
displayName : " install rust-src"
205
217
- script : cargo install xargo
@@ -222,7 +234,8 @@ jobs:
222
234
# TODO: switch this back to `stable` when async/await is stable
223
235
parameters :
224
236
toolchain : nightly
225
- - template : ci/azure-install-sccache.yml
237
+ # Temporarily disable sccache because it is failing on CI.
238
+ # - template: ci/azure-install-sccache.yml
226
239
- template : ci/azure-install-wasm-pack.yml
227
240
- script : wasm-pack build --target web benchmarks
228
241
displayName : " build benchmarks"
@@ -237,7 +250,8 @@ jobs:
237
250
displayName : " Dist Linux binary"
238
251
steps :
239
252
- template : ci/azure-install-rust.yml
240
- - template : ci/azure-install-sccache.yml
253
+ # Temporarily disable sccache because it is failing on CI.
254
+ # - template: ci/azure-install-sccache.yml
241
255
- script : rustup target add x86_64-unknown-linux-musl
242
256
- script : |
243
257
sudo apt update -y
@@ -260,7 +274,8 @@ jobs:
260
274
vmImage : macOS-10.13
261
275
steps :
262
276
- template : ci/azure-install-rust.yml
263
- - template : ci/azure-install-sccache.yml
277
+ # Temporarily disable sccache because it is failing on CI.
278
+ # - template: ci/azure-install-sccache.yml
264
279
- script : cargo build --manifest-path crates/cli/Cargo.toml --release
265
280
env :
266
281
MACOSX_DEPLOYMENT_TARGET : 10.7
@@ -274,15 +289,17 @@ jobs:
274
289
vmImage : vs2017-win2016
275
290
steps :
276
291
- template : ci/azure-install-rust.yml
277
- - template : ci/azure-install-sccache.yml
292
+ # Temporarily disable sccache because it is failing on CI.
293
+ # - template: ci/azure-install-sccache.yml
278
294
- script : cargo build --manifest-path crates/cli/Cargo.toml --release
279
295
env :
280
296
RUSTFLAGS : -Ctarget-feature=+crt-static
281
297
- template : ci/azure-create-tarball.yml
282
298
parameters :
283
299
name : dist_windows
284
300
- script : " %RUSTC_WRAPPER% -s"
285
- - script : cat sccache.log
301
+ # Temporarily disable sccache because it is failing on CI.
302
+ # - script: cat sccache.log
286
303
287
304
- job : doc_book
288
305
displayName : " Doc - build the book"
@@ -308,7 +325,8 @@ jobs:
308
325
# Install rustfmt so we can format the web-sys bindings
309
326
- script : rustup component add rustfmt
310
327
displayName : " Install rustfmt"
311
- - template : ci/azure-install-sccache.yml
328
+ # Temporarily disable sccache because it is failing on CI.
329
+ # - template: ci/azure-install-sccache.yml
312
330
- script : cargo doc --no-deps --features 'nightly serde-serialize'
313
331
displayName : " Document wasm-bindgen"
314
332
- script : cargo doc --no-deps --manifest-path crates/js-sys/Cargo.toml
0 commit comments