Docker: Update build image with final OCIOv2, Qt 5.15.2, OTIO, Crashpad (#1489)

* Add missing xcb-util-* packages. Qt's libqxcb.so seems to require them in the newer Qt version

* Adjust breakpad install prefix to match CMake change

* Add build script for Olive for quick testing

* .n in CI image actually stands for image revision

* skipping the CI is now supported natively by GitHub Actions
This commit is contained in:
Simran
2021-03-25 03:59:42 +01:00
committed by GitHub
parent 2d420decf0
commit cc317a8b1a
16 changed files with 115 additions and 78 deletions
-1
View File
@@ -51,7 +51,6 @@ find_library(OCIO_LIBRARY
libOpenColorIO.so.2.0 # libOpenColorIO.so.2.0 (Linux)
OpenColorIO.2.0 # libOpenColorIO.2.0.dylib (macOS)
OpenColorIO_2_0 # OpenColorIO_2_0.lib (Windows)
OpenColorIO # (fallback)
HINTS
"${OCIO_LOCATION}"
"$ENV{OCIO_LOCATION}"