Skip to content

Commit d26ccc3

Browse files
committed
ci: Temporary fix -- make libheif optional for Ubuntu
This will get us through the great Canonical attack of May 2026, where it seems that installing it on these machines is unreliable. Revert this after everything is fixed. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 335e863 commit d26ccc3

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
@@ -353,7 +353,7 @@ jobs:
353353
# Override required_deps to be 'all' and explicitly list as optional
354354
# only the ones we are intentionally not testing for those jobs.
355355
required_deps: ${{ matrix.required_deps || 'all' }}
356-
optional_deps: ${{ matrix.optional_deps || 'CUDAToolkit;DCMTK;JXL;Nuke;OpenGL;openjph;OpenVDB;Ptex;pystring;Qt5;R3DSDK;' }}${{matrix.optional_deps_append}}
356+
optional_deps: ${{ matrix.optional_deps || 'CUDAToolkit;DCMTK;JXL;Nuke;OpenGL;openjph;OpenVDB;Ptex;pystring;Qt5;R3DSDK;Libheif' }}${{matrix.optional_deps_append}}
357357
build_local_deps: ${{ matrix.build_local_deps }}
358358
strategy:
359359
fail-fast: false

0 commit comments

Comments
 (0)