Skip to content

Commit 83a889a

Browse files
committed
Try new clang 14 image
1 parent 369f3a6 commit 83a889a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
###############################################################################
2-
# Copyright (c) 2016-24, Lawrence Livermore National Security, LLC
31
# and RAJA project contributors. See the RAJA/LICENSE file for details.
42
#
53
# SPDX-License-Identifier: (BSD-3-Clause)
@@ -30,11 +28,11 @@ RUN . /opt/spack/share/spack/setup-env.sh && export LD_LIBRARY_PATH=/opt/view/li
3028
make -j 6 &&\
3129
ctest -T test --output-on-failure &&
3230

33-
FROM ghcr.io/llnl/radiuss:ubuntu-22.04-clang-14 AS clang14_debug
31+
FROM ghcr.io/llnl/radiuss:clang-14-ubuntu-22.04 AS clang14_debug
3432
ENV GTEST_COLOR=1
3533
COPY . /home/raja/workspace
3634
WORKDIR /home/raja/workspace/build
37-
RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug .. && \
35+
RUN cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DENABLE_OPENMP=On .. && \
3836
make -j 6 &&\
3937
ctest -T test --output-on-failure
4038

0 commit comments

Comments
 (0)