Skip to content

Commit

Permalink
threads
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Nov 15, 2024
1 parent 46d0286 commit 9773835
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ permissions:

jobs:
linux:
if: false
name: 'Linux.${{ matrix.build}}: ${{ matrix.label }}'
uses: ./.github/workflows/ci_steps.yml
with:
Expand Down Expand Up @@ -119,6 +120,7 @@ jobs:
vfx-cy: 2021

macOS:
if: false
name: 'macOS.${{ matrix.build}}: ${{ matrix.label }}'
uses: ./.github/workflows/ci_steps.yml
with:
Expand Down Expand Up @@ -215,9 +217,9 @@ jobs:
label: Static
BUILD_SHARED_LIBS: 'OFF'

- build: 4
label: threads=OFF
OPENEXR_ENABLE_THREADING: 'OFF'
# - build: 4
# label: threads=OFF
# OPENEXR_ENABLE_THREADING: 'OFF'

- build: 5
label: pkgconfig=OFF, examples=OFF, tools=OFF, docs=OFF, internal imath+deflate
Expand Down

0 comments on commit 9773835

Please sign in to comment.