From cbe9934e243cdc2b6ff83fe7fea70f4f6b75d6d6 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 23 Dec 2020 16:16:36 +0000 Subject: [PATCH] note libheif problems --- .github/workflows/test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de16bb2d..0c11b9db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,14 @@ name: Test # to-do: # - add a macos test with brew etc. # - build with clang/asan/etc. and run the fuzz tests +# - libvips work with 1.6.1 in ubuntu-20.04, but fails with 1.10, strangely +# - paste this back when it's working +# - name: Add libheif PPA +# run: | +# sudo add-apt-repository ppa:strukturag/libde265 +# sudo add-apt-repository ppa:strukturag/libheif +# you may also need to add libaom-dev, libde265-dev, libx265-dev to get +# this to work, see https://github.com/strukturag/libheif/issues/404 on: push: @@ -19,14 +27,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - # libvips work with 1.6.1 in ubuntu-20.04, but fails with 1.10 - # - name: Add libheif PPA - # run: | - # sudo add-apt-repository ppa:strukturag/libde265 - # sudo add-apt-repository ppa:strukturag/libheif - # you need to add libaom-dev, libde265-dev, libx265-dev below to get - # this to work, see https://github.com/strukturag/libheif/issues/404 - - name: Update apt env: DEBIAN_FRONTEND: noninteractive