We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce105a4 commit 6a127ccCopy full SHA for 6a127cc
ci/run.sh
@@ -45,6 +45,9 @@ esac
45
NM=$(find $(rustc --print sysroot) \( -name llvm-nm -o -name llvm-nm.exe \) )
46
if [ "$NM" = "" ]; then
47
NM=${PREFIX}nm
48
+else
49
+ default_toolchain=$(rustup default | cut -d ' ' -f 1)
50
+ NM="rustup run $default_toolchain $NM"
51
fi
52
53
# Look out for duplicated symbols when we include the compiler-rt (C) implementation
0 commit comments