Skip to content

Commit 2286f70

Browse files
authored
don't build extensions in docker-based ssh test
1 parent 1ad1232 commit 2286f70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/ssh/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
77

88
ENV MAMBA_ROOT_PREFIX=/opt/conda
99
ENV PATH=$MAMBA_ROOT_PREFIX/bin:$PATH
10+
ENV IPP_DISABLE_JS=1
1011
RUN wget -qO- https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba \
1112
&& mv bin/micromamba /usr/local/bin/micromamba
1213

0 commit comments

Comments
 (0)