We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af201d4 commit 369f3a6Copy full SHA for 369f3a6
Dockerfile
@@ -21,7 +21,7 @@ RUN cmake -DCMAKE_CXX_COMPILER=g++ -DRAJA_ENABLE_WARNINGS=On -DRAJA_ENABLE_WARNI
21
make -j 6 &&\
22
ctest -T test --output-on-failure
23
24
-FROM ghcr.io/rse-ops/clang-ubuntu-22.04:llvm-13.0.0 AS clang13.0.0
+FROM ghcr.io/rse-ops/clang-ubuntu-22.04:llvm-13.0.0 AS clang13
25
ENV GTEST_COLOR=1
26
COPY . /home/raja/workspace
27
WORKDIR /home/raja/workspace/build
0 commit comments