Skip to content

Commit 688f32b

Browse files
committed
github: fedora: do not collide glibc symbols
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
1 parent f6bcbe4 commit 688f32b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fedora-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
registry.fedoraproject.org/fedora:latest \
5555
sh -lc '
5656
dnf install -y make glibc-devel ${{matrix.compiler}}
57-
make check ARCH=${{matrix.arch}} CC=${{matrix.compiler}} BUILD_POSIX=no
57+
make check ARCH=${{matrix.arch}} CC=${{matrix.compiler}} EXPORT_UNPREFIXED=no BUILD_POSIX=no
5858
'

0 commit comments

Comments
 (0)