Skip to content

Commit 8b44994

Browse files
committed
comment out rustinstaller
1 parent 4f3947b commit 8b44994

File tree

1 file changed

+36
-40
lines changed

1 file changed

+36
-40
lines changed

.pipelines/DSC-Official.yml

Lines changed: 36 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,15 @@ extends:
116116
displayName: 🛠️ Workaround for the LoadLibrary ACCESS_VIOLATION OneBranch issue
117117
env:
118118
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
129128
- task: AzureCLI@2
130129
inputs:
131130
azureSubscription: az-PowerShell-feed-ingestion
@@ -254,16 +253,15 @@ extends:
254253
pool:
255254
type: linux
256255
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
267265
- task: AzureCLI@2
268266
inputs:
269267
azureSubscription: az-PowerShell-feed-ingestion
@@ -302,16 +300,15 @@ extends:
302300
type: linux
303301
hostArchitecture: arm64
304302
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
315312
- task: AzureCLI@2
316313
inputs:
317314
azureSubscription: az-PowerShell-feed-ingestion
@@ -358,16 +355,15 @@ extends:
358355
macOS arm64:
359356
buildName: aarch64-apple-darwin
360357
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
371367
- task: AzureCLI@2
372368
inputs:
373369
azureSubscription: az-PowerShell-feed-ingestion

0 commit comments

Comments
 (0)