File tree 1 file changed +4
-5
lines changed
src/ci/docker/host-x86_64/wasm32
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:20 .04
1
+ FROM ubuntu:22 .04
2
2
3
- RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
3
+ ARG DEBIAN_FRONTEND=noninteractive
4
+ RUN apt-get update && apt-get install -y --no-install-recommends \
4
5
g++ \
5
6
make \
6
7
ninja-build \
@@ -20,9 +21,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
20
21
COPY scripts/emscripten.sh /scripts/
21
22
RUN bash /scripts/emscripten.sh
22
23
23
- COPY scripts/cmake.sh /scripts/
24
- RUN /scripts/cmake.sh
25
-
26
24
COPY scripts/sccache.sh /scripts/
27
25
RUN sh /scripts/sccache.sh
28
26
@@ -57,6 +55,7 @@ COPY static/gitconfig /etc/gitconfig
57
55
58
56
# Emscripten installation is user-specific
59
57
ENV NO_CHANGE_USER=1
58
+ RUN chown 10719 -R /emsdk-portable/
60
59
61
60
# Exclude library/alloc due to OOM in benches.
62
61
ENV SCRIPT python3 ../x.py test --stage 2 --host='' --target $TARGETS \
You can’t perform that action at this time.
0 commit comments