Skip to content

Commit 63a6bf4

Browse files
committed
Enable clang@15 image
1 parent 98f7dd0 commit 63a6bf4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker_build_tpls.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
DOCKER_REPOSITORY: geosx/ubuntu22.04-gcc12
7070
DOCKERFILE: docker/tpl-ubuntu-gcc.Dockerfile
7171
DOCKER_COMPILER_BUILD_ARG: "--build-arg GCC_MAJOR_VERSION=12"
72-
# - name: Ubuntu (22.04, clang 15.0.7 + gcc 11.4.0, open-mpi 4.1.2)
73-
# DOCKER_ROOT_IMAGE: ubuntu:22.04
74-
# DOCKER_REPOSITORY: geosx/ubuntu22.04-clang15
75-
# DOCKERFILE: docker/tpl-ubuntu-clang.Dockerfile
76-
# DOCKER_COMPILER_BUILD_ARG: "--build-arg CLANG_MAJOR_VERSION=15 --build-arg GCC_MAJOR_VERSION=11"
72+
- name: Ubuntu (22.04, clang 15.0.7 + gcc 11.4.0, open-mpi 4.1.2)
73+
DOCKER_ROOT_IMAGE: ubuntu:22.04
74+
DOCKER_REPOSITORY: geosx/ubuntu22.04-clang15
75+
DOCKERFILE: docker/tpl-ubuntu-clang.Dockerfile
76+
DOCKER_COMPILER_BUILD_ARG: "--build-arg CLANG_MAJOR_VERSION=15 --build-arg GCC_MAJOR_VERSION=11"
7777
# - name: Ubuntu (20.04, clang 10.0.0 + gcc 9.4.0, open-mpi 4.0.3, cuda-11.8.89)
7878
# DOCKER_REPOSITORY: geosx/ubuntu20.04-clang10.0.0-cuda11.8.89
7979
# DOCKERFILE: docker/tpl-ubuntu-clang-cuda.Dockerfile

0 commit comments

Comments
 (0)