Skip to content

Commit 0607a75

Browse files
authored
Switch CI to testing beta toolchains (#1792)
Don't accidentally leak in nightly features and bring a modicum of stability to the UI tests
1 parent 6f52f2a commit 0607a75

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-pipelines.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- template: ci/azure-install-rust.yml
1212
# TODO: switch this back to `stable` when async/await is stable
1313
parameters:
14-
toolchain: nightly
14+
toolchain: beta
1515
- template: ci/azure-install-node.yml
1616
- template: ci/azure-install-geckodriver.yml
1717
# Temporarily disable sccache because it is failing on CI.
@@ -56,7 +56,7 @@ jobs:
5656
- template: ci/azure-install-rust.yml
5757
# TODO: switch this back to `stable` when async/await is stable
5858
parameters:
59-
toolchain: nightly
59+
toolchain: beta
6060
- template: ci/azure-install-node.yml
6161
- template: ci/azure-install-geckodriver.yml
6262
# Temporarily disable sccache because it is failing on CI.
@@ -105,7 +105,7 @@ jobs:
105105
- template: ci/azure-install-rust.yml
106106
# TODO: switch this back to `stable` when async/await is stable
107107
parameters:
108-
toolchain: nightly
108+
toolchain: beta
109109
- template: ci/azure-install-node.yml
110110
- template: ci/azure-install-geckodriver.yml
111111
# Temporarily disable sccache because it is failing on CI.
@@ -122,7 +122,7 @@ jobs:
122122
- template: ci/azure-install-rust.yml
123123
# TODO: switch this back to `stable` when async/await is stable
124124
parameters:
125-
toolchain: nightly
125+
toolchain: beta
126126
- template: ci/azure-install-node.yml
127127
- template: ci/azure-install-geckodriver.yml
128128
# Temporarily disable sccache because it is failing on CI.
@@ -135,7 +135,7 @@ jobs:
135135
- template: ci/azure-install-rust.yml
136136
# TODO: switch this back to `stable` when async/await is stable
137137
parameters:
138-
toolchain: nightly
138+
toolchain: beta
139139
- template: ci/azure-install-node.yml
140140
# Temporarily disable sccache because it is failing on CI.
141141
# - template: ci/azure-install-sccache.yml
@@ -150,7 +150,7 @@ jobs:
150150
- template: ci/azure-install-rust.yml
151151
# TODO: switch this back to `stable` when async/await is stable
152152
parameters:
153-
toolchain: nightly
153+
toolchain: beta
154154
- template: ci/azure-install-node.yml
155155
# Temporarily disable sccache because it is failing on CI.
156156
# - template: ci/azure-install-sccache.yml
@@ -188,7 +188,7 @@ jobs:
188188
- template: ci/azure-install-rust.yml
189189
# TODO: switch this back to `stable` when async/await is stable
190190
parameters:
191-
toolchain: nightly
191+
toolchain: beta
192192
# Temporarily disable sccache because it is failing on CI.
193193
# - template: ci/azure-install-sccache.yml
194194
- template: ci/azure-install-wasm-pack.yml
@@ -235,7 +235,7 @@ jobs:
235235
- template: ci/azure-install-rust.yml
236236
# TODO: switch this back to `stable` when async/await is stable
237237
parameters:
238-
toolchain: nightly
238+
toolchain: beta
239239
# Temporarily disable sccache because it is failing on CI.
240240
# - template: ci/azure-install-sccache.yml
241241
- template: ci/azure-install-wasm-pack.yml
@@ -323,7 +323,7 @@ jobs:
323323
- template: ci/azure-install-rust.yml
324324
# TODO: switch this back to `stable` when async/await is stable
325325
parameters:
326-
toolchain: nightly
326+
toolchain: beta
327327
# Install rustfmt so we can format the web-sys bindings
328328
- script: rustup component add rustfmt
329329
displayName: "Install rustfmt"

0 commit comments

Comments
 (0)