Skip to content

Commit

Permalink
Test pygeosx unit test with clang@15
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Mar 20, 2024
1 parent 953af96 commit 349faac
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docker/tpl-ubuntu-clang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ ARG SRC_DIR

COPY --from=tpl_toolchain $GEOSX_TPL_DIR $GEOSX_TPL_DIR

RUN apt-get install -y --no-install-recommends \
RUN DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles \
apt-get install -y --no-install-recommends \
openssh-client \
ca-certificates \
curl \
Expand All @@ -83,7 +84,14 @@ RUN apt-get install -y --no-install-recommends \
libxml2-utils \
git \
ghostscript \
ninja-build
ninja-build \
python3-dev \
python3-mpi4py \
python3-scipy \
python3-virtualenv \
python3-matplotlib \
python3-venv \
python3-pytest

RUN --mount=src=.,dst=$SRC_DIR $SRC_DIR/docker/install-sccache.sh
ENV SCCACHE=/opt/sccache/bin/sccache

0 comments on commit 349faac

Please sign in to comment.