Skip to content

Commit 5b901de

Browse files
doug-walkermeimchu
authored andcommitted
Adsk Contrib - Fix 2023.3 Linux container break (#2315)
* Fix 2023.3 Linux container break Signed-off-by: Doug Walker <doug.walker@autodesk.com> * Adjust to keep the name constant to use the existing GitHub branch rules Signed-off-by: Doug Walker <doug.walker@autodesk.com> --------- Signed-off-by: Doug Walker <doug.walker@autodesk.com> Signed-off-by: Mei Chu <meimchu@gmail.com>
1 parent f87db68 commit 5b901de

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
container:
5858
# DockerHub: https://hub.docker.com/u/aswf
5959
# Source: https://github.com/AcademySoftwareFoundation/aswf-docker
60-
image: aswf/ci-ocio:${{ matrix.vfx-cy }}
60+
image: aswf/ci-ocio:${{ matrix.container-tag || matrix.vfx-cy }}
6161
strategy:
62-
fail-fast: true
62+
fail-fast: false
6363
matrix:
6464
build: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
6565
include:
@@ -204,6 +204,7 @@ jobs:
204204
cc-compiler: clang
205205
compiler-desc: Clang
206206
vfx-cy: 2023
207+
container-tag: 2023.2
207208
install-ext-packages: MISSING
208209
- build: 2
209210
build-type: Release
@@ -217,6 +218,7 @@ jobs:
217218
cc-compiler: gcc
218219
compiler-desc: GCC
219220
vfx-cy: 2023
221+
container-tag: 2023.2
220222
install-ext-packages: ALL
221223
- build: 1
222224
build-type: Release
@@ -230,6 +232,7 @@ jobs:
230232
cc-compiler: gcc
231233
compiler-desc: GCC
232234
vfx-cy: 2023
235+
container-tag: 2023.2
233236
install-ext-packages: ALL
234237
env:
235238
CXX: ${{ matrix.cxx-compiler }}

0 commit comments

Comments
 (0)