File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 43
43
echo "$env:RUNNER_TOOL_CACHE/msys2/msys64/usr/bin" >> $env:GITHUB_PATH
44
44
shell : pwsh
45
45
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.
47
47
run : |
48
48
echo "Removing default config.site"
49
49
rm -f /etc/config.site
Original file line number Diff line number Diff line change 93
93
with :
94
94
platform : ${{ inputs.platform }}
95
95
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
-
116
96
- name : ' Get JTReg'
117
97
id : jtreg
118
98
uses : ./.github/actions/get-jtreg
You can’t perform that action at this time.
0 commit comments