Skip to content

Commit 6a127cc

Browse files
committed
Try to fix i686-pc-windows-gnu
1 parent ce105a4 commit 6a127cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run.sh

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ esac
4545
NM=$(find $(rustc --print sysroot) \( -name llvm-nm -o -name llvm-nm.exe \) )
4646
if [ "$NM" = "" ]; then
4747
NM=${PREFIX}nm
48+
else
49+
default_toolchain=$(rustup default | cut -d ' ' -f 1)
50+
NM="rustup run $default_toolchain $NM"
4851
fi
4952

5053
# Look out for duplicated symbols when we include the compiler-rt (C) implementation

0 commit comments

Comments
 (0)