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.
2 parents 43118da + 2c17e05 commit 0e2cfebCopy full SHA for 0e2cfeb
.github/workflows/dev-short-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
CFLAGS="-m32 -O1 -fstack-protector" make check V=1
39
40
check-x32:
41
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04 # ubuntu-latest == ubuntu-22.04 have issues currently with x32
42
steps:
43
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v3
44
- name: make check on x32 ABI # https://en.wikipedia.org/wiki/X32_ABI
0 commit comments