Skip to content

Commit 087c117

Browse files
committed
dockerfile: Skip the openmp tests for arm64ec
This was missed in 4700b4f.
1 parent 09c5a4e commit 087c117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ RUN ./build-openmp.sh $TOOLCHAIN_PREFIX $CFGUARD_ARGS
141141

142142
RUN cd test && \
143143
for arch in $TOOLCHAIN_ARCHS; do \
144+
if [ "$arch" = "arm64ec" ]; then continue; fi; \
144145
for test in hello-omp; do \
145146
$arch-w64-mingw32-clang $test.c -o $arch/$test.exe -fopenmp=libomp || exit 1; \
146147
done; \

0 commit comments

Comments
 (0)