File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 - os : macos-13
7373 - os : macos-14
7474 - os : macos-15
75- - os : windows-2019
76- - os : windows-2019
77- bash : msys64
78- - os : windows-2019
79- bash : cygwin
8075 - os : windows-2022
8176 - os : windows-2022
8277 bash : msys64
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ glibc_pre_2_17_incompat=(
4848musl_incompat=(
4949 " ${glibc_pre_2_17_incompat[@]} "
5050)
51- win2019_gnu_incompat=(
52- cargo-spellcheck
53- )
5451
5552incompat_tools=()
5653case " ${1:- } " in
@@ -65,8 +62,6 @@ case "${1:-}" in
6562 exit 1
6663 ;;
6764esac
68- runner=" ${2:- } "
69- bash=" ${3:- } "
7065case " $( uname -s) " in
7166 Linux)
7267 host_os=linux
@@ -115,16 +110,7 @@ case "$(uname -s)" in
115110 fi
116111 ;;
117112 Darwin) host_os=macos ;;
118- MINGW* | MSYS* | CYGWIN* | Windows_NT)
119- host_os=windows
120- case " ${bash} " in
121- msys64 | cygwin)
122- if [[ " ${runner} " == " windows-2019" ]]; then
123- incompat_tools+=(" ${win2019_gnu_incompat[@]} " )
124- fi
125- ;;
126- esac
127- ;;
113+ MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
128114 * ) bail " unrecognized OS type '$( uname -s) '" ;;
129115esac
130116# See main.sh
You can’t perform that action at this time.
0 commit comments