Skip to content

Commit

Permalink
Turn off gcc5-debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Sep 1, 2021
1 parent f5c5bc4 commit a846f81
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Expand Up @@ -14,14 +14,6 @@ RUN mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=g++ -DENABLE_WARNINGS=
RUN cd build && make -j 16
RUN cd build && ./bin/raja-perf.exe -sp

FROM axom/compilers:gcc-5 AS gcc5-debug
ENV GTEST_COLOR=1
COPY --chown=axom:axom . /home/axom/workspace
WORKDIR /home/axom/workspace
RUN mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Debug -DENABLE_WARNINGS=On -DENABLE_COVERAGE=On -DENABLE_OPENMP=On ..
RUN cd build && make -j 16
RUN cd build && ./bin/raja-perf.exe --checkrun -sp

FROM axom/compilers:gcc-6 AS gcc6
ENV GTEST_COLOR=1
COPY --chown=axom:axom . /home/axom/workspace
Expand Down

0 comments on commit a846f81

Please sign in to comment.