Skip to content

Commit 6bb1121

Browse files
committed
disable gentoo-clang docker
1 parent b507144 commit 6bb1121

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docker_linuxes.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,13 @@ jobs:
246246
- name: Run unit tests (ctest) within the Docker image
247247
run: docker run ctl:latest sh -c "cd ./build && ctest"
248248

249-
gentoo-clang:
250-
runs-on: ubuntu-latest
251-
steps:
252-
- uses: actions/checkout@v4
253-
- name: Build the Docker image
254-
run: docker build --no-cache --rm -f ./docker/Dockerfile_gentoo_clang -t ctl:latest .
249+
# gentoo-clang:
250+
# runs-on: ubuntu-latest
251+
# steps:
252+
# - uses: actions/checkout@v4
253+
# - name: Build the Docker image
254+
# run: docker build --no-cache --rm -f ./docker/Dockerfile_gentoo_clang -t ctl:latest .
255255

256-
- name: Run unit tests (ctest) within the Docker image
257-
run: docker run ctl:latest sh -c "cd ./build && ctest"
256+
# - name: Run unit tests (ctest) within the Docker image
257+
# run: docker run ctl:latest sh -c "cd ./build && ctest"
258258

0 commit comments

Comments
 (0)