Skip to content

Commit c644b26

Browse files
committed
remove azure ci code
1 parent ce846c9 commit c644b26

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

.github/workflows/ios-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ jobs:
3838
--osx_arch arm64 \
3939
--apple_deploy_target 15.4 \
4040
--cmake_generator 'Xcode' \
41-
--build_dir build_iphonesimulator \
42-
--use_guidance=false
41+
--build_dir build_iphonesimulator

.pipelines/stages/jobs/steps/capi-macos-step.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ steps:
2929
echo "build_config=${{ parameters.build_config }}"
3030
displayName: 'Print Parameters'
3131

32-
- powershell: |
33-
rustup toolchain install 1.82.0-x86_64-apple-darwin
34-
rustup default 1.82.0-x86_64-apple-darwin
35-
36-
if ("$(arch)" -eq "arm64") {
37-
rustup target add --toolchain 1.82.0-x86_64-apple-darwin aarch64-apple-darwin
38-
}
39-
else {
40-
rustup target add --toolchain 1.82.0-x86_64-apple-darwin x86_64-apple-darwin
41-
}
42-
displayName: 'Install Rust Toolchain'
43-
4432
- powershell: |
4533
$env:MACOSX_DEPLOYMENT_TARGET = "12.0" # Monterey
4634
cmake --preset macos_$(arch)_$(ep)_$(build_config)

.pipelines/stages/jobs/steps/capi-win-step.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ steps:
4646
condition: eq(variables['ep'], 'cuda')
4747
workingDirectory: '$(Build.Repository.LocalPath)'
4848

49-
- powershell: |
50-
$exePath = "$env:TEMP\rustup-init.exe"
51-
(New-Object Net.WebClient).DownloadFile('https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe', $exePath)
52-
& $exePath -y --default-toolchain=1.82.0
53-
Write-Host "##vso[task.prependpath]$env:USERPROFILE\.cargo\bin"
54-
displayName: 'Install Rust Toolchain'
55-
5649
- powershell: |
5750
cmake --preset windows_$(arch)_$(ep)_$(build_config) -T cuda='$(Build.Repository.LocalPath)\cuda_sdk\v$(cuda_version)'
5851
displayName: 'Configure CMake C API with CUDA'

0 commit comments

Comments
 (0)