Skip to content

Commit 05b8074

Browse files
committed
Add C compiler
1 parent 9cd06ad commit 05b8074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ FROM ghcr.io/llnl/radiuss:clang-15-ubuntu-22.04 AS clang15
4242
ENV GTEST_COLOR=1
4343
COPY . /home/raja/workspace
4444
WORKDIR /home/raja/workspace/build
45-
RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DENABLE_OPENMP=On .. && \
45+
RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DENABLE_OPENMP=On .. && \
4646
make -j 6 &&\
4747
ctest -T test --output-on-failure
4848

0 commit comments

Comments
 (0)