Skip to content

Commit

Permalink
Disable tests using build-std temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <[email protected]>
  • Loading branch information
JohnTitor committed May 5, 2023
1 parent 0b758af commit aeba4ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ i686-apple-darwin \
i386-apple-ios \
"

if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then
for TARGET in $RUST_APPLE_NO_CORE_TARGETS; do
if echo "$TARGET" | grep -q "$FILTER"; then
test_target build "$TARGET" 1
fi
done
fi
# if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then
# for TARGET in $RUST_APPLE_NO_CORE_TARGETS; do
# if echo "$TARGET" | grep -q "$FILTER"; then
# test_target build "$TARGET" 1
# fi
# done
# fi

0 comments on commit aeba4ea

Please sign in to comment.