Skip to content

Commit a3b094a

Browse files
committed
Clean and add comments
1 parent f0d53be commit a3b094a

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

.github/actions/get-msys2/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
echo "$env:RUNNER_TOOL_CACHE/msys2/msys64/usr/bin" >> $env:GITHUB_PATH
4444
shell: pwsh
4545

46-
- name: 'Remove default config.site'
46+
# Remove the default config.site file provided by MSYS2 to ensure config.guess accurately detects the host system.
4747
run: |
4848
echo "Removing default config.site"
4949
rm -f /etc/config.site

.github/workflows/build-windows.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -93,26 +93,6 @@ jobs:
9393
with:
9494
platform: ${{ inputs.platform }}
9595

96-
# - name: 'Test platform'
97-
# id: test-platform
98-
# run: |
99-
# echo "=== Environment ==="
100-
# echo "PROCESSOR_IDENTIFIER: ${PROCESSOR_IDENTIFIER}"
101-
# echo "uname -s: $(uname -s)"
102-
# echo "uname -m: $(uname -m)"
103-
# echo "uname -ar: $(uname -ar)"
104-
# echo ""
105-
# echo "=== Testing config.guess ==="
106-
# cd make/autoconf/build-aux
107-
# echo "Direct autoconf-config.guess:"
108-
# ./autoconf-config.guess || echo "autoconf-config.guess failed"
109-
# echo ""
110-
# echo "Custom config.guess:"
111-
# bash -x ./config.guess
112-
# echo "config.site"
113-
# cat /etc/config.site
114-
# shell: env /usr/bin/bash --login -eo pipefail {0}
115-
11696
- name: 'Get JTReg'
11797
id: jtreg
11898
uses: ./.github/actions/get-jtreg

0 commit comments

Comments
 (0)