We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c0c5d commit 8d39c6bCopy full SHA for 8d39c6b
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
- --enable-release
34
- --enable-gcov --disable-bindings --disable-docs CFLAGS="-O0 -g"
35
- --disable-write --disable-docs
36
- - CFLAGS="-O2 -m32" --disable-bindings --disable-docs
+ - --host=i686-linux-gnu --disable-bindings --disable-docs
37
- CFLAGS="-O2 -fno-omit-frame-pointer -fsanitize=undefined -fno-var-tracking" --disable-bindings --disable-docs --enable-check-less
38
- --enable-debug
39
steps:
@@ -53,7 +53,7 @@ jobs:
53
# uses: actions/setup-python@v5
54
# with:
55
# python-version: '3.11'
56
- - if: contains(matrix.CONFIGURE_ARGS, '-m32')
+ - if: contains(matrix.CONFIGURE_ARGS, 'i686-linux-gnu')
57
name: setup gcc-multilib
58
run: |
59
sudo apt-get -y update
0 commit comments