File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Expand file tree Collapse file tree 2 files changed +1
-20
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
+ # Remove the default config.site file provided by MSYS2 to ensure config.guess accurately detects the host system.
46
47
- name : ' Remove default config.site'
47
48
run : |
48
49
echo "Removing default config.site"
Original file line number Diff line number Diff line change 97
97
with :
98
98
platform : ${{ inputs.platform }}
99
99
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
-
120
100
- name : ' Get JTReg'
121
101
id : jtreg
122
102
uses : ./.github/actions/get-jtreg
You can’t perform that action at this time.
0 commit comments