Skip to content

Commit

Permalink
Fix GHA CI after they upgraded nodejs
Browse files Browse the repository at this point in the history
Same as AcademySoftwareFoundation/openexr#1779

They upgraded to a version that requires a glibc newer than is in the pre-2023 ASWF containers.

See AcademySoftwareFoundation/OpenImageIO#4324

The example build is failing, but it turns out the ci build step duplicates what happens in the validate_openexr_libs.sh script anyway, so I'm removing it from the workflow.

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Aug 4, 2024
1 parent 4c8e259 commit 711ba88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ jobs:
env:
CXX: ${{ matrix.cxx-compiler }}
CC: ${{ matrix.cc-compiler }}
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 711ba88

Please sign in to comment.