@@ -116,16 +116,15 @@ extends:
116
116
displayName: 🛠️ Workaround for the LoadLibrary ACCESS_VIOLATION OneBranch issue
117
117
env:
118
118
ob_restore_phase: true
119
- - task : RustInstaller@1
120
- inputs :
121
- rustVersion : stable
122
- # rustVersion: ms-stable
123
- # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
124
- # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
125
- additionalTargets : $(buildName)
126
- displayName : Install Rust
127
- env :
128
- ob_restore_phase : true
119
+ # - task: RustInstaller@1
120
+ # inputs:
121
+ # rustVersion: ms-stable
122
+ # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
123
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
124
+ # additionalTargets: $(buildName)
125
+ # displayName: Install Rust
126
+ # env:
127
+ # ob_restore_phase: true
129
128
- task : AzureCLI@2
130
129
inputs :
131
130
azureSubscription : az-PowerShell-feed-ingestion
@@ -254,16 +253,15 @@ extends:
254
253
pool :
255
254
type : linux
256
255
steps :
257
- - task : RustInstaller@1
258
- inputs :
259
- rustVersion : stable
260
- # rustVersion: ms-stable
261
- # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
262
- # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
263
- additionalTargets : x86_64-unknown-linux-gnu
264
- displayName : Install Rust
265
- env :
266
- ob_restore_phase : true
256
+ # - task: RustInstaller@1
257
+ # inputs:
258
+ # rustVersion: ms-stable
259
+ # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
260
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
261
+ # additionalTargets: x86_64-unknown-linux-gnu
262
+ # displayName: Install Rust
263
+ # env:
264
+ # ob_restore_phase: true
267
265
- task : AzureCLI@2
268
266
inputs :
269
267
azureSubscription : az-PowerShell-feed-ingestion
@@ -302,16 +300,15 @@ extends:
302
300
type : linux
303
301
hostArchitecture : arm64
304
302
steps :
305
- - task : RustInstaller@1
306
- inputs :
307
- rustVersion : stable
308
- # rustVersion: ms-stable
309
- # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
310
- # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
311
- additionalTargets : aarch64-unknown-linux-gnu
312
- displayName : Install Rust
313
- env :
314
- ob_restore_phase : true
303
+ # - task: RustInstaller@1
304
+ # inputs:
305
+ # rustVersion: ms-stable
306
+ # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
307
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
308
+ # additionalTargets: aarch64-unknown-linux-gnu
309
+ # displayName: Install Rust
310
+ # env:
311
+ # ob_restore_phase: true
315
312
- task : AzureCLI@2
316
313
inputs :
317
314
azureSubscription : az-PowerShell-feed-ingestion
@@ -358,16 +355,15 @@ extends:
358
355
macOS arm64 :
359
356
buildName : aarch64-apple-darwin
360
357
steps :
361
- - task : RustInstaller@1
362
- inputs :
363
- rustVersion : stable
364
- # rustVersion: ms-stable
365
- # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
366
- # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
367
- additionalTargets : $(buildName)
368
- displayName : Install Rust
369
- env :
370
- ob_restore_phase : true
358
+ # - task: RustInstaller@1
359
+ # inputs:
360
+ # rustVersion: ms-stable
361
+ # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
362
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
363
+ # additionalTargets: $(buildName)
364
+ # displayName: Install Rust
365
+ # env:
366
+ # ob_restore_phase: true
371
367
- task : AzureCLI@2
372
368
inputs :
373
369
azureSubscription : az-PowerShell-feed-ingestion
0 commit comments