Skip to content

Commit 137c755

Browse files
committed
Clean and add comments
1 parent 91f5fc4 commit 137c755

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

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

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

46+
# Remove the default config.site file provided by MSYS2 to ensure config.guess accurately detects the host system.
4647
- name: 'Remove default config.site'
4748
run: |
4849
echo "Removing default config.site"

.github/workflows/build-windows.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -97,26 +97,6 @@ jobs:
9797
with:
9898
platform: ${{ inputs.platform }}
9999

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

0 commit comments

Comments
 (0)