Skip to content

Commit a63b122

Browse files
committed
1 parent 982cde3 commit a63b122

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
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

tools/ci/tool-list.sh

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ glibc_pre_2_17_incompat=(
4848
musl_incompat=(
4949
"${glibc_pre_2_17_incompat[@]}"
5050
)
51-
win2019_gnu_incompat=(
52-
cargo-spellcheck
53-
)
5451

5552
incompat_tools=()
5653
case "${1:-}" in
@@ -65,8 +62,6 @@ case "${1:-}" in
6562
exit 1
6663
;;
6764
esac
68-
runner="${2:-}"
69-
bash="${3:-}"
7065
case "$(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)'" ;;
129115
esac
130116
# See main.sh

0 commit comments

Comments
 (0)