Skip to content

Commit

Permalink
Disable cross-clang32 build
Browse files Browse the repository at this point in the history
Likely forever (with MSYS2 toolchain); perhaps we will get some other alternatives in the future.

(cherry picked from commit fb6b2f9)
  • Loading branch information
eustas committed Nov 26, 2024
1 parent 12ffbce commit 364fff4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,11 @@ jobs:
disable_tests:
- ButteraugliTest.Lossless
- ButteraugliTest.Distmap
- msystem: clang32
# "Legacy" toolchains are being "phased-out":
# https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages
# clang32 is already missing required "gtest" and "libavif"
# - msystem: clang32
# disable_benchmark: true

defaults:
run:
Expand Down

0 comments on commit 364fff4

Please sign in to comment.