Skip to content

Commit 8786b77

Browse files
committed
remove old openexr3 docker from CI workflow
1 parent 752617a commit 8786b77

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/docker_linuxes.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ jobs:
2828
- name: Run unit tests (ctest) within the Docker image
2929
run: docker run ctl:latest sh -c "cd ./build && ctest"
3030

31-
Dockerfile_openexr3-repo-root:
32-
33-
runs-on: ubuntu-latest
34-
35-
steps:
36-
- uses: actions/checkout@v4
37-
- name: Build the Docker image
38-
run: docker build --no-cache --rm -f ./Dockerfile_openexr3 -t ctl:latest .
39-
40-
- name: Run unit tests (ctest) within the Docker image
41-
run: docker run ctl:latest sh -c "cd ./build && ctest"
42-
4331
ubuntu-18-04:
4432

4533
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)