We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c5a4e commit 087c117Copy full SHA for 087c117
Dockerfile.dev
@@ -141,6 +141,7 @@ RUN ./build-openmp.sh $TOOLCHAIN_PREFIX $CFGUARD_ARGS
141
142
RUN cd test && \
143
for arch in $TOOLCHAIN_ARCHS; do \
144
+ if [ "$arch" = "arm64ec" ]; then continue; fi; \
145
for test in hello-omp; do \
146
$arch-w64-mingw32-clang $test.c -o $arch/$test.exe -fopenmp=libomp || exit 1; \
147
done; \
0 commit comments