Skip to content

Commit 940c691

Browse files
committed
Disable cross-clang32 build (libjxl#3931)
Likely forever (with MSYS2 toolchain); perhaps we will get some other alternatives in the future.
1 parent c0c0b82 commit 940c691

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build_test_md.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
include:
5151
- msystem: clang64
52-
- msystem: clang32
52+
# - msystem: clang32
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Harden Runner

.github/workflows/build_test_msys2.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
disable_tests:
3838
- ButteraugliTest.Lossless
3939
- ButteraugliTest.Distmap
40-
- msystem: clang32
40+
# "Legacy" toolchains are being "phased-out":
41+
# https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages
42+
# clang32 is already missing required "gtest" and "libavif"
43+
# - msystem: clang32
44+
# disable_benchmark: true
4145

4246
defaults:
4347
run:

0 commit comments

Comments
 (0)