Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Oct 5, 2024
1 parent 40e7b98 commit 86fe020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/shared-abs-sym.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
. $(dirname $0)/common.inc

# This test is flaky on FreeBSD
[ "$(uname)" = FreeBSD ] && skip

cat <<EOF | $CC -B. -fPIC -shared -o $t/a.so -xassembler -
.globl foo
foo = 3;
Expand Down

0 comments on commit 86fe020

Please sign in to comment.