Kaynağa Gözat

adjust test: weak symbols are now in librlibc.rlib

Jorge Aparicio 8 yıl önce
ebeveyn
işleme
94ab3e09c5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      ci/script.sh

+ 1 - 1
ci/script.sh

@@ -20,7 +20,7 @@ inspect() {
         linux)
             local symbols=( memcmp memcpy memmove memset )
             for symbol in "${symbols[@]}"; do
-                $PREFIX$NM target/**/debug/*.rlib | grep -q "W $symbol"
+                $PREFIX$NM target/**/debug/deps/librlibc*.rlib | grep -q "W $symbol"
             done
             ;;
     esac