Skip to content

Commit

Permalink
run dr shp-tests in a docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
haichangsi committed Jun 7, 2024
1 parent e3f28c0 commit 984abe6
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 311 deletions.
6 changes: 2 additions & 4 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# docker build -t oneapi-gcc13 .
# docker run -ti --rm oneapi-gcc13
FROM intel/oneapi:latest
RUN apt update
RUN apt update --allow-insecure-repositories
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
RUN apt install -y g++-13
RUN apt install -y libgtest-dev
Expand All @@ -13,4 +11,4 @@ RUN tar -xzvf cmake-3.29.2.tar.gz && cd cmake-3.29.2 && ./bootstrap && make -j12

RUN apt install -y libfmt-dev

CMD /bin/bash
CMD /bin/bash
Loading

0 comments on commit 984abe6

Please sign in to comment.