Skip to content

Commit

Permalink
Enable UPDATE_COMPRESSOR_LIST in ci_workflow.yml.
Browse files Browse the repository at this point in the history
Suggested by @peterhillman.

Signed-off-by: Philippe Leprince <[email protected]>
  • Loading branch information
pleprince committed Jan 23, 2024
1 parent 85a86c9 commit 4b37dbf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ jobs:
-DOPENEXR_INSTALL_TOOLS='ON' \
-DOPENEXR_INSTALL_DOCS='ON' \
-DOPENEXR_RUN_FUZZ_TESTS='OFF' \
-DOPENEXR_ENABLE_THREADING=${{ matrix.threads-enabled }}
-DOPENEXR_ENABLE_THREADING=${{ matrix.threads-enabled }} \
-DUPDATE_COMPRESSOR_LIST='ON'
working-directory: _build
- name: Build
run: |
Expand Down Expand Up @@ -381,7 +382,8 @@ jobs:
-DBUILD_SHARED_LIBS=${{ matrix.build-shared }} \
-DOPENEXR_INSTALL_TOOLS='ON' \
-DOPENEXR_INSTALL_DOCS='OFF' \
-DOPENEXR_RUN_FUZZ_TESTS='OFF'
-DOPENEXR_RUN_FUZZ_TESTS='OFF' \
-DUPDATE_COMPRESSOR_LIST='ON'
working-directory: _build
- name: Build
run: |
Expand Down Expand Up @@ -516,7 +518,8 @@ jobs:
-DBUILD_SHARED_LIBS=${{ matrix.build-shared }} \
-DOPENEXR_INSTALL_TOOLS='ON' \
-DOPENEXR_INSTALL_DOCS='OFF' \
-DOPENEXR_RUN_FUZZ_TESTS='OFF'
-DOPENEXR_RUN_FUZZ_TESTS='OFF' \
-DUPDATE_COMPRESSOR_LIST='ON'
shell: bash
working-directory: _build
- name: Build
Expand Down

0 comments on commit 4b37dbf

Please sign in to comment.