From 72301575a27c6437a31b0d1b1582e1cc2429f868 Mon Sep 17 00:00:00 2001 From: Daniel Paoliello Date: Wed, 27 Mar 2024 13:23:36 -0700 Subject: [PATCH] Try to fix i686-pc-windows-gnu --- ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run.sh b/ci/run.sh index 935c08c8..f0825792 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -54,7 +54,7 @@ for rlib in $(echo $path); do echo checking $rlib for duplicate symbols echo "================================================================" - stdout=$($NM -g --defined-only $rlib 2>&1) + stdout=$(rustup run +nightly $NM -g --defined-only $rlib 2>&1 | tee /dev/tty) # NOTE On i586, It's normal that the get_pc_thunk symbol appears several # times so ignore it #