Skip to content

Commit 94ab3e0

Browse files
author
Jorge Aparicio
committed
adjust test: weak symbols are now in librlibc.rlib
1 parent 55eb1b7 commit 94ab3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inspect() {
2020
linux)
2121
local symbols=( memcmp memcpy memmove memset )
2222
for symbol in "${symbols[@]}"; do
23-
$PREFIX$NM target/**/debug/*.rlib | grep -q "W $symbol"
23+
$PREFIX$NM target/**/debug/deps/librlibc*.rlib | grep -q "W $symbol"
2424
done
2525
;;
2626
esac

0 commit comments

Comments
 (0)