Skip to content

Commit 056dd73

Browse files
committed
run-tests: Skip testing arm64ec in msvcrt builds
It is currently known to fail to link some tests.
1 parent 087c117 commit 056dd73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ for arch in $ARCHS; do
213213
RUN="$RUN_ARM64EC"
214214
COPY="$COPY_ARM64EC"
215215
NATIVE="$NATIVE_ARM64EC"
216+
if [ -z "$IS_UCRT" ]; then
217+
# arm64ec msvcrt isn't working properly yet
218+
continue
219+
fi
216220
;;
217221
esac
218222

0 commit comments

Comments
 (0)