Skip to content

Commit 525a5b9

Browse files
committed
Fix azure config
1 parent 3763755 commit 525a5b9

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ jobs:
77
vmImage: ubuntu-16.04
88
steps:
99
- template: ci/azure-install-rust.yml
10-
env:
11-
TOOLCHAIN: nightly
1210
- bash: rustup target add $TARGET
13-
- template: ci/azure-install-rust.yml
1411
- bash: cargo generate-lockfile && ./ci/run-docker.sh $TARGET
1512
strategy:
1613
matrix:
@@ -44,8 +41,6 @@ jobs:
4441
vmImage: ubuntu-16.04
4542
steps:
4643
- template: ci/azure-install-rust.yml
47-
env:
48-
TOOLCHAIN: nightly
4944
- script: rustup target add wasm32-unknown-unknown
5045
displayName: "Install rust wasm target"
5146
- script: cargo build --target wasm32-unknown-unknown

ci/azure-test-all.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)