Skip to content

Commit a7fddc4

Browse files
committed
Update Dockerfile.e2e
Add /artifact directory verification.
1 parent 93b87ab commit a7fddc4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Docker/Dockerfile.e2e

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ RUN install -D -m 0755 /scripts/lind_compile /usr/local/bin/lind_compile \
152152
# Run all tests, print results, and exit with 1, if any test fails; 0 otherwise
153153
FROM base AS test
154154
ENV LIND_WASM_ROOT=/
155+
find /artifacts -maxdepth 4 | sort || true
156+
test -d /artifacts/include/wasm32-wasi/c++
157+
test -f /artifacts/lib/wasm32-wasi/libc++.a
155158
COPY --parents scripts tests tools skip_test_cases.txt Makefile .
156159
RUN chmod 0755 /scripts/test_runner.py /scripts/lind_compile /scripts/lind_run \
157160
&& install -D -m 0755 /scripts/lind_compile /usr/local/bin/lind_compile \

0 commit comments

Comments
 (0)