Skip to content

Commit 7f3e79d

Browse files
committed
ci: Fix broken CI by locking down aswf container for 2023 (AcademySoftwareFoundation#5200)
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 231189b commit 7f3e79d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
- desc: VFX2023 gcc11/C++17 py3.10 exr3.1 ocio2.2
285285
nametag: linux-vfx2023
286286
runner: ubuntu-latest
287-
container: aswf/ci-osl:2023-clang15
287+
container: aswf/ci-osl:2023-clang15.2
288288
python_ver: "3.10"
289289
simd: "avx2,f16c"
290290
fmt_ver: 10.1.1
@@ -293,7 +293,7 @@ jobs:
293293
- desc: VFX2023 icc/C++17 py3.10 exr3.1 ocio2.1 qt5.15
294294
nametag: linux-vfx2023.icc
295295
runner: ubuntu-latest
296-
container: aswf/ci-osl:2023
296+
container: aswf/ci-osl:2023-clang15.2
297297
opencolorio_ver: v2.2.1
298298
python_ver: "3.10"
299299
# simd: "avx2,f16c"

0 commit comments

Comments
 (0)