Skip to content

Switch CI to testing beta toolchains #1792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- template: ci/azure-install-rust.yml
# TODO: switch this back to `stable` when async/await is stable
parameters:
toolchain: nightly
toolchain: beta
- template: ci/azure-install-node.yml
- template: ci/azure-install-geckodriver.yml
# Temporarily disable sccache because it is failing on CI.
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- template: ci/azure-install-rust.yml
# TODO: switch this back to `stable` when async/await is stable
parameters:
toolchain: nightly
toolchain: beta
- template: ci/azure-install-node.yml
- template: ci/azure-install-geckodriver.yml
# Temporarily disable sccache because it is failing on CI.
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- template: ci/azure-install-rust.yml
# TODO: switch this back to `stable` when async/await is stable
parameters:
toolchain: nightly
toolchain: beta
- template: ci/azure-install-node.yml
- template: ci/azure-install-geckodriver.yml
# Temporarily disable sccache because it is failing on CI.
Expand All @@ -122,7 +122,7 @@ jobs:
- template: ci/azure-install-rust.yml
# TODO: switch this back to `stable` when async/await is stable
parameters:
toolchain: nightly
toolchain: beta
- template: ci/azure-install-node.yml
- template: ci/azure-install-geckodriver.yml
# Temporarily disable sccache because it is failing on CI.
Expand All @@ -135,7 +135,7 @@ jobs:
- template: ci/azure-install-rust.yml
# TODO: switch this back to `stable` when async/await is stable
parameters:
toolchain: nightly
toolchain: beta
- template: ci/azure-install-node.yml
# Temporarily disable sccache because it is failing on CI.
# - template: ci/azure-install-sccache.yml
Expand All @@ -150,7 +150,7 @@ jobs:
- template: ci/azure-install-rust.yml
# TODO: switch this back to `stable` when async/await is stable
parameters:
toolchain: nightly
toolchain: beta
- template: ci/azure-install-node.yml
# Temporarily disable sccache because it is failing on CI.
# - template: ci/azure-install-sccache.yml
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- template: ci/azure-install-rust.yml
# TODO: switch this back to `stable` when async/await is stable
parameters:
toolchain: nightly
toolchain: beta
# Temporarily disable sccache because it is failing on CI.
# - template: ci/azure-install-sccache.yml
- template: ci/azure-install-wasm-pack.yml
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
- template: ci/azure-install-rust.yml
# TODO: switch this back to `stable` when async/await is stable
parameters:
toolchain: nightly
toolchain: beta
# Temporarily disable sccache because it is failing on CI.
# - template: ci/azure-install-sccache.yml
- template: ci/azure-install-wasm-pack.yml
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- template: ci/azure-install-rust.yml
# TODO: switch this back to `stable` when async/await is stable
parameters:
toolchain: nightly
toolchain: beta
# Install rustfmt so we can format the web-sys bindings
- script: rustup component add rustfmt
displayName: "Install rustfmt"
Expand Down