File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments