Skip to content

Commit 1cfaf77

Browse files
authored
ci: unbreak optix jubs by locking down container (#2041)
In all branches, the OptiX test job started failing several days ago, corresponding to an update of the aswf/ci-osl:2025-clang18.3 container. Reverting to aswf/ci-osl:2025-clang18.2 passes again! Let's merge this fix so that our CI passes, and separately iterate to figure out what went wrong with the newer container. Signed-off-by: Larry Gritz <[email protected]>
1 parent c4860f0 commit 1cfaf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ jobs:
665665
# select the right runner type and whether tests are run.
666666
nametag: linux-optix-vfx2025
667667
runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
668-
container: aswf/ci-osl:2025-clang18
668+
container: aswf/ci-osl:2025-clang18.2
669669
cxx_std: 17
670670
python_ver: "3.11"
671671
pybind11_ver: v2.11.1

0 commit comments

Comments
 (0)