Skip to content

Commit 725885f

Browse files
authored
ci: fix broken bleeding edge CI (#4798)
Just on the "bleeding edge" CI job, we were refraining from doing the apt-get update. It was breaking something last year. Now NOT doing it is breaking something in this CI test, just since this week (presumably some default package on the GH runners changed, I haven't been able to isolate any other reason). But bringing all the apt packages up to date makes it go away. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 34cffac commit 725885f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -452,14 +452,9 @@ jobs:
452452
OIIO_CMAKE_FLAGS="-DOIIO_HARDENING=2"
453453
EXTRA_DEP_PACKAGES="python3.12-dev python3-numpy"
454454
USE_OPENVDB=0
455-
SKIP_APT_GET_UPDATE=1
456455
FREETYPE_VERSION=master
457456
QT_VERSION=0 INSTALL_OPENCV=0
458457
# The installed OpenVDB has a TLS conflict with Python 3.8
459-
# Disabling the `apt-get update` in gh-installdeps.bash
460-
# addresses a job killing problem in the GHA Ubuntu
461-
# 24.04 runners that cropped up circa May 29 2024. Maybe
462-
# it will be fixed and we can do the update again later?
463458
- desc: all local builds gcc12 C++17 avx2 exr3.2 ocio2.3
464459
nametag: linux-local-builds
465460
runner: ubuntu-22.04

0 commit comments

Comments
 (0)