Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
George Adams committed Oct 16, 2024
1 parent c8a2d2a commit c92d92a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions ansible/playbooks/AdoptOpenJDK_Windows_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@
- ANT # Testing
- role: MSVS_2013
when: ansible_architecture == "64-bit"
# - role: MSVS_2017 # OpenJ9
# when: ansible_architecture == "64-bit"
# - role: MSVS_2019 # OpenJ9
# tags: MSVS_2019
- role: MSVS_2017 # OpenJ9
when: ansible_architecture == "64-bit"
- role: MSVS_2019 # OpenJ9
tags: MSVS_2019
- role: MSVS_2022
tags: MSVS_2022
- role: MSVS_2022_REDIST
tags: MSVS_2022_REDIST
# - NVidia_Cuda_Toolkit # OpenJ9
- NVidia_Cuda_Toolkit # OpenJ9
- NTP_TIME
# - Clang_64bit # OpenJ9
# - Clang_32bit # OpenJ9
# - nasm # OpenJ9
- Clang_64bit # OpenJ9
- Clang_32bit # OpenJ9
- nasm # OpenJ9
- Rust # IcedTea-Web
- IcedTea-Web # For Jenkins webstart
- WiX # For creating installers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

# Download & Install VS2022 When No Layout & Not AdoptOpenJDK
# This is the target that you're redirected to when you go to https://aka.ms/vs/17/release/vs_community.exe
- name: Download Visual Studio Community 2022
- name: Download Visual Studio Build Tools 2022
win_get_url:
# https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history
# 17.7.34302.85 url: 'https://download.visualstudio.microsoft.com/download/pr/47b236ad-5505-4752-9d2b-5cf9795528bc/87684889f46dec53d1452f4a0ff9fec1ac202a97ebed866718d7c0269e814b28/vs_BuildTools.exe'
Expand Down

0 comments on commit c92d92a

Please sign in to comment.