note libheif problems
This commit is contained in:
parent
2e767a1a9a
commit
cbe9934e24
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@ -3,6 +3,14 @@ name: Test
|
|||||||
# to-do:
|
# to-do:
|
||||||
# - add a macos test with brew etc.
|
# - add a macos test with brew etc.
|
||||||
# - build with clang/asan/etc. and run the fuzz tests
|
# - 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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -19,14 +27,6 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
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
|
- name: Update apt
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
Loading…
Reference in New Issue
Block a user