Skip to content

Commit 9f9c5fa

Browse files
committed
test
1 parent 0e1e204 commit 9f9c5fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/run.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ fi
9595
# Look out for duplicated symbols when we include the compiler-rt (C) implementation
9696
update_rlib_paths
9797

98-
cargo run -p symbol-check -- check-duplicates "${rlib_paths[@]}"
9998

10099
for rlib in "${rlib_paths[@]}"; do
101100
set +x
@@ -122,6 +121,10 @@ for rlib in "${rlib_paths[@]}"; do
122121
fi
123122
done
124123

124+
nm -AUg "${rlib_paths[@]}"
125+
126+
cargo run -p symbol-check -- check-duplicates "${rlib_paths[@]}"
127+
125128
rm -f "${rlib_paths[@]}"
126129

127130
build_intrinsics_test() {

0 commit comments

Comments
 (0)