Skip to content

Commit

Permalink
Try to fix i686-pc-windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello committed Mar 27, 2024
1 parent ce105a4 commit 7230157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 7230157

Please sign in to comment.