Skip to content

Commit

Permalink
Add gcc13
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 17, 2024
1 parent e311bc9 commit b978083
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build_docker:
strategy:
matrix:
target: [gcc12]
target: [gcc12, gcc13]
runs-on: ubuntu-latest
steps:
- run: |
Expand Down
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ RUN cmake -DCMAKE_CXX_COMPILER=g++ -DRAJA_ENABLE_WARNINGS=On -DRAJA_ENABLE_WARNI
make -j 6 &&\
ctest -T test --output-on-failure

#FROM ghcr.io/llnl/radiuss:ubuntu-22.04-gcc-13 AS gcc13
#ENV GTEST_COLOR=1
#COPY . /home/raja/workspace
#WORKDIR /home/raja/workspace/build
#RUN cmake -DCMAKE_CXX_COMPILER=g++ -DRAJA_ENABLE_WARNINGS=On -DRAJA_ENABLE_WARNINGS_AS_ERRORS=On -DENABLE_OPENMP=On .. && \
# make -j 6 &&\
# ctest -T test --output-on-failure
#
FROM ghcr.io/llnl/radiuss:ubuntu-22.04-gcc-13 AS gcc13
ENV GTEST_COLOR=1
COPY . /home/raja/workspace
WORKDIR /home/raja/workspace/build
RUN cmake -DCMAKE_CXX_COMPILER=g++ -DRAJA_ENABLE_WARNINGS=On -DRAJA_ENABLE_WARNINGS_AS_ERRORS=On -DENABLE_OPENMP=On .. && \
make -j 6 &&\
ctest -T test --output-on-failure

#FROM ghcr.io/llnl/radiuss:ubuntu-22.04-clang-13 AS clang13-debug
#ENV GTEST_COLOR=1
#COPY . /home/raja/workspace
Expand Down

0 comments on commit b978083

Please sign in to comment.