Skip to content

Commit

Permalink
attempting removal of msvc install based on new dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Joseph committed Oct 29, 2024
1 parent 49e3ad0 commit 79f1767
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_windows_x64_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
python3 -m pip install -r runtime/bindings/python/iree/runtime/build_requirements.txt
- name: "Installing requirements"
run: choco install ccache --yes
- name: "Installing MSVC requirements"
run: | # TODO: Find a way to move this into the dockerfile
choco install visualstudio2022buildtools -y
choco install visualstudio2022community --package-parameters "--add Microsoft.VisualStudio.Workload.CoreEditor --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.DesktopDevelopmentWithC++" -y
choco install visualstudio2022-workload-nativedesktop -y
#- name: "Installing MSVC requirements"
# run: | # TODO: Find a way to move this into the dockerfile
# choco install visualstudio2022buildtools -y
# choco install visualstudio2022community --package-parameters "--add Microsoft.VisualStudio.Workload.CoreEditor --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.DesktopDevelopmentWithC++" -y
# choco install visualstudio2022-workload-nativedesktop -y
- name: "Configuring MSVC"
uses: ilammy/msvc-dev-cmd@v1.13.0
- name: "Installing iree reqs"
Expand Down

0 comments on commit 79f1767

Please sign in to comment.