Skip to content

Commit 6b97622

Browse files
committed
ci: Fix broken CI by locking down aswf container for 2023
Our CI job that builds against VFX Platform 2023 via docker container aswf/ci-osl:2023-clang15 broke after some dependency changes in a recent aswf docker container update. It's not worth trying to "fix" an old year, just lock down to the previous version of the container that is known to work. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent a6fd93a commit 6b97622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- desc: VFX2023 gcc11/C++17 py3.10 exr3.1 ocio2.3
172172
nametag: linux-vfx2023
173173
runner: ubuntu-latest
174-
container: aswf/ci-osl:2023-clang15
174+
container: aswf/ci-osl:2023-clang15.2
175175
opencolorio_ver: v2.3.0
176176
python_ver: "3.10"
177177
simd: "avx2,f16c"

0 commit comments

Comments
 (0)