Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Oct 21, 2023
1 parent 4c8695b commit 3a36985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,9 @@ jobs:
LLVM_DISTRO_NAME=ubuntu-18.04
OPENIMAGEIO_CMAKE_FLAGS="-DBUILD_FMT_VERSION=10.1.0"
PUGIXML_VERSION=v1.13
xINSTALL_DEP_PACKAGES=NO
xEXTRA_DEP_PACKAGES="git cmake"
INSTALL_DEP_PACKAGES=NO
EXTRA_DEP_PACKAGES=""
QT_VERSION=0


# - desc: Debug gcc7/C++14 llvm9 py2.7 oiio2.3 exr2.4 sse4 boost1.65 exr2.4
Expand Down
2 changes: 1 addition & 1 deletion src/build-scripts/gh-installdeps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ else

# sudo add-apt-repository ppa:ubuntu-toolchain-r/test
time sudo apt-get update
time sudo apt-get -q --only-upgrade install grub-efi-amd64-signed || /bin/tru

export DEBIAN_FRONTEND="noninteractive"
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
if [[ "$INSTALL_DEP_PACKAGES" != "NO" ]] ; then
time sudo apt-get -q install -y \
Expand Down

0 comments on commit 3a36985

Please sign in to comment.