Skip to content

Commit d041e3f

Browse files
authored
cli: pin rust (and clippy) version for builds (microsoft#165804)
* cli: pin rust (and clippy) version for builds * rustc 1.64.0
1 parent 8fa188b commit d041e3f

File tree

6 files changed

+2
-22
lines changed

6 files changed

+2
-22
lines changed

build/azure-pipelines/cli/install-rust-posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
- name: channel
33
type: string
4-
default: stable
4+
default: 1.64.0
55
- name: targets
66
default: []
77
type: object

build/azure-pipelines/cli/install-rust-win32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
- name: channel
33
type: string
4-
default: stable
4+
default: 1.64.0
55
- name: targets
66
default: []
77
type: object

build/azure-pipelines/cli/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
parameters:
2-
- name: VSCODE_CLI_TARGETS
3-
default: []
4-
type: object
5-
- name: VSCODE_CLI_RUST_CHANNEL
6-
type: string
7-
default: stable
8-
91
steps:
102
- template: ./install-rust-posix.yml
11-
parameters:
12-
targets: []
13-
channel: ${{ parameters.VSCODE_CLI_RUST_CHANNEL }}
143

154
- script: rustup component add clippy && cargo clippy -- -D warnings
165
workingDirectory: cli

build/azure-pipelines/darwin/cli-build-darwin.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ parameters:
77
- name: VSCODE_BUILD_MACOS_ARM64
88
type: boolean
99
default: false
10-
- name: channel
11-
type: string
12-
default: stable
1310

1411
steps:
1512
- task: Npm@1

build/azure-pipelines/linux/cli-build-linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ parameters:
1616
default: false
1717
- name: VSCODE_QUALITY
1818
type: string
19-
- name: channel
20-
type: string
21-
default: stable
2219

2320
steps:
2421
- task: Npm@1

build/azure-pipelines/win32/cli-build-win32.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ parameters:
1010
default: false
1111
- name: VSCODE_QUALITY
1212
type: string
13-
- name: channel
14-
type: string
15-
default: stable
1613

1714
steps:
1815
- task: Npm@1

0 commit comments

Comments
 (0)