We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bcbe4 commit 688f32bCopy full SHA for 688f32b
1 file changed
.github/workflows/fedora-tests.yaml
@@ -54,5 +54,5 @@ jobs:
54
registry.fedoraproject.org/fedora:latest \
55
sh -lc '
56
dnf install -y make glibc-devel ${{matrix.compiler}}
57
- make check ARCH=${{matrix.arch}} CC=${{matrix.compiler}} BUILD_POSIX=no
+ make check ARCH=${{matrix.arch}} CC=${{matrix.compiler}} EXPORT_UNPREFIXED=no BUILD_POSIX=no
58
'
0 commit comments