Skip to content

Commit 6926c63

Browse files
jfpanissetcary-ilm
andauthored
Restore Analysis build (AcademySoftwareFoundation#2297)
Address issue [2296](AcademySoftwareFoundation#2296): weekly analysis_workflow.yml build was broken by the need for libopenjph, which is not included as a pre-built dependency in the `aswf/ci-openexr:2024` images, which expect to be used to build OpenEXR 3.2.x. Switching to the 2026 images allows the build to complete. Also no need to get rid of GLEW, that issue is no longer relevant in recent images. Signed-off-by: Jean-Francois Panisset <[email protected]> Co-authored-by: Cary Phillips <[email protected]>
1 parent 0a29a41 commit 6926c63

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/analysis_workflow.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ jobs:
2929
container:
3030
# DockerHub: https://hub.docker.com/u/aswf
3131
# Source: https://github.com/AcademySoftwareFoundation/aswf-docker
32-
image: aswf/ci-openexr:2024
32+
image: aswf/ci-openexr:2026
3333
env:
3434
CXX: g++
3535
CC: gcc
3636
steps:
37-
# TODO: Remove this workaround following resolution of:
38-
# https://github.com/AcademySoftwareFoundation/aswf-docker/issues/43
39-
- name: Setup container
40-
run: sudo rm -rf /usr/local/lib64/cmake/glew
4137
- name: Checkout
4238
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4339
with:

0 commit comments

Comments
 (0)