Skip to content

Commit bbf4dff

Browse files
committed
x32 ABI is no longer supported on Ubuntu 22.04.
c.f. [0] for details. [0] actions/runner-images#8397 Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 8ce7850 commit bbf4dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# GCC for the x64_32 architecture (32-bit longs and 32-bit pointers)
104104
# TODO: Probably not possible to run anything in x32 in GH actions
105105
# but needs to be checked to be sure.
106-
- { BUILDOPTIONS: '--with-cc=gcc --with-mx32', SANITIZER: '1', COMPILE_DEBUG: '0', COMPILE_LTO: '0', CONV_WARNINGS: '', OTHERDEPS: 'libc6-dev-x32 gcc-multilib' }
106+
# - { BUILDOPTIONS: '--with-cc=gcc --with-mx32', SANITIZER: '1', COMPILE_DEBUG: '0', COMPILE_LTO: '0', CONV_WARNINGS: '', OTHERDEPS: 'libc6-dev-x32 gcc-multilib' }
107107

108108
# GCC for the x86-64 architecture (64-bit longs and 64-bit pointers)
109109
- { BUILDOPTIONS: '--with-cc=gcc --with-m64 --limit-valgrind', SANITIZER: '1', COMPILE_DEBUG: '0', COMPILE_LTO: '0', CONV_WARNINGS: '', OTHERDEPS: '' }

0 commit comments

Comments
 (0)