Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Feb 1, 2024
1 parent ba67c5d commit 2535137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elf/shared-abs-sym.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EOF
$CC -fPIC -c -o $t/d.o $t/c.c

# This test fails with older glibc
$CC -o $t/exe1 $t/d.o $t/b.so 2> /dev/null || skip
$CC -o $t/exe1 -pie $t/d.o $t/b.so 2> /dev/null || skip
$QEMU $t/exe1 | grep -q 'foo=0x3' || skip

$CC -B. -o $t/exe2 -pie $t/d.o $t/b.so
Expand Down

0 comments on commit 2535137

Please sign in to comment.