Skip to content

Commit d5bf5a3

Browse files
committed
Change windows-2019-x64 -> windows-all-x64
Because the single Windows agent should work for all supported modern Windows OSes, this changes the name to windows-all-x64. This also adds the site to the Cygwin bootstrapping setup.bat file, as this is needed when running the installer for the very first time like we will be in GitHub Actions.
1 parent beb7a28 commit d5bf5a3

5 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/runtime_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
stat=0
3434
for projfile in configs/projects/[a-z]*.rb; do
35-
for plat in el-8-x86_64 ubuntu-22.04-amd64 windows-2019-x64; do
35+
for plat in el-8-x86_64 ubuntu-22.04-amd64 windows-all-x64; do
3636
proj=$(basename -s .rb "$projfile")
3737
if [[ "$proj" =~ ^pe- && "$plat" =~ ^(windows|osx) ]]; then
3838
echo Skipping ${proj} on ${plat}, PE projects don\'t support Windows or macOS

configs/components/ruby-3.2.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,7 @@
158158
'sles-12-ppc64le',
159159
'solaris-11-sparc',
160160
'solaris-113-sparc',
161-
'windows-2012r2-x64',
162-
'windows-2012r2-x86',
163-
'windows-2019-x64',
164-
'windowsfips-2012r2-x64',
161+
'windows-all-x64',
165162
'windowsfips-2016-x64'
166163
]
167164

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform "windows-2019-x64" do |plat|
1+
platform "windows-all-x64" do |plat|
22
plat.vmpooler_template "win-2019-x86_64"
33

44
# Not currently used

resources/patches/.DS_Store

6 KB
Binary file not shown.

setup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
C:\setup-x86_64.exe -q -P ruby,ruby-devel,gcc-core,make,git,libyaml-devel
1+
C:\setup-x86_64.exe -s https://cygwin.osuosl.org -q -P ruby,ruby-devel,gcc-core,make,git,libyaml-devel

0 commit comments

Comments
 (0)