Skip to content

Commit 2f0ccb2

Browse files
committed
update
1 parent 3c0768e commit 2f0ccb2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/run.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ case "$target" in
6060
;;
6161
esac
6262

63-
cat << EOF > run-rust-nm
63+
cat << "EOF" > run-rust-nm
64+
#!/bin/bash
65+
66+
set -x
67+
6468
NM=$(find "$(rustc --print sysroot)" \( -name llvm-nm -o -name llvm-nm.exe \) )
6569
if [ "$NM" = "" ]; then
6670
NM="${PREFIX}nm"

0 commit comments

Comments
 (0)