Skip to content

Commit e4ac68f

Browse files
committed
- Try to use vfx 2025 latest container
- Bump up recommended OpenEXR to 3.4.0 Signed-off-by: cuneyt.ozdas <cuneyt.ozdas@autodesk.com>
1 parent a4a113a commit e4ac68f

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 16 additions & 3 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 }}.1
60+
image: aswf/ci-ocio:${{ matrix.vfx-cy }}
6161
strategy:
62-
fail-fast: true
62+
fail-fast: false
6363
matrix:
6464
build: [7, 8, 9, 10, 11, 12, 13, 14, 15]
6565
include:
@@ -207,6 +207,7 @@ jobs:
207207
- name: Configure
208208
run: |
209209
cmake ../. \
210+
-DOCIO_VERBOSE=ON \
210211
-DCMAKE_INSTALL_PREFIX=../_install \
211212
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
212213
-DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \
@@ -251,6 +252,7 @@ jobs:
251252
# the static version of the package.
252253
run: |
253254
cmake . \
255+
-DOCIO_VERBOSE=ON \
254256
-DCMAKE_PREFIX_PATH=../../../_install \
255257
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
256258
-Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \
@@ -297,7 +299,7 @@ jobs:
297299
- /node20217:/node20217:rw,rshared
298300
- /node20217:/__e/node20:ro,rshared
299301
strategy:
300-
fail-fast: true
302+
fail-fast: false
301303
matrix:
302304
build: [1, 2, 3]
303305
include:
@@ -377,6 +379,7 @@ jobs:
377379
- name: Configure
378380
run: |
379381
cmake ../. \
382+
-DOCIO_VERBOSE=ON \
380383
-DCMAKE_INSTALL_PREFIX=../_install \
381384
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
382385
-DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \
@@ -421,6 +424,7 @@ jobs:
421424
# the static version of the package.
422425
run: |
423426
cmake . \
427+
-DOCIO_VERBOSE=ON \
424428
-DCMAKE_PREFIX_PATH=../../../_install \
425429
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
426430
-Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \
@@ -461,6 +465,7 @@ jobs:
461465
github.event.pull_request.head.repo.full_name != github.repository
462466
runs-on: macos-13
463467
strategy:
468+
fail-fast: false
464469
matrix:
465470
build: [1, 2, 3, 4, 5]
466471
include:
@@ -534,6 +539,7 @@ jobs:
534539
- name: Configure
535540
run: |
536541
cmake ../. \
542+
-DOCIO_VERBOSE=ON \
537543
-DCMAKE_INSTALL_PREFIX=../_install \
538544
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
539545
-DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \
@@ -579,6 +585,7 @@ jobs:
579585
# the static version of the package.
580586
run: |
581587
cmake . \
588+
-DOCIO_VERBOSE=ON \
582589
-DCMAKE_PREFIX_PATH=../../../_install \
583590
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
584591
-Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \
@@ -616,6 +623,7 @@ jobs:
616623

617624
runs-on: macos-14
618625
strategy:
626+
fail-fast: false
619627
matrix:
620628
build: [1, 2]
621629
include:
@@ -660,6 +668,7 @@ jobs:
660668
- name: Configure
661669
run: |
662670
cmake ../. \
671+
-DOCIO_VERBOSE=ON \
663672
-DCMAKE_INSTALL_PREFIX=../_install \
664673
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
665674
-DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \
@@ -710,6 +719,7 @@ jobs:
710719
# the static version of the package.
711720
run: |
712721
cmake . \
722+
-DOCIO_VERBOSE=ON \
713723
-DCMAKE_PREFIX_PATH=../../../_install \
714724
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
715725
-Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \
@@ -751,6 +761,7 @@ jobs:
751761
github.event.pull_request.head.repo.full_name != github.repository
752762
runs-on: windows-2022
753763
strategy:
764+
fail-fast: false
754765
matrix:
755766
build: [1, 2, 3, 4]
756767
include:
@@ -816,6 +827,7 @@ jobs:
816827
- name: Configure
817828
run: |
818829
cmake ../. \
830+
-DOCIO_VERBOSE=ON \
819831
-DCMAKE_INSTALL_PREFIX=../_install \
820832
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
821833
-DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \
@@ -865,6 +877,7 @@ jobs:
865877
# the static version of the package.
866878
run: |
867879
cmake . \
880+
-DOCIO_VERBOSE=ON \
868881
-DCMAKE_PREFIX_PATH=../../../_install \
869882
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \
870883
-Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \

0 commit comments

Comments
 (0)