Skip to content

Commit 7062304

Browse files
committed
Do not install libtiff on Alpine
1 parent 2eeede8 commit 7062304

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

Diff for: .github/workflows/build.yml

-35
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Docker images
33

44
on: [push, pull_request, workflow_dispatch]
55

6-
concurrency:
7-
group: ${{ github.workflow }}-${{ github.ref }}
8-
cancel-in-progress: true
9-
106
jobs:
117
build:
128
name: ${{ matrix.target }} + ${{ matrix.image }}
@@ -17,38 +13,7 @@ jobs:
1713
target:
1814
- "latest"
1915
image:
20-
# Run slower jobs first to give them a headstart and reduce waiting time
21-
- "ubuntu-22.04-jammy-arm64v8"
22-
- "ubuntu-22.04-jammy-ppc64le"
23-
- "ubuntu-22.04-jammy-s390x"
24-
# test image for manylinux-wheel build
25-
- "ubuntu-22.04-jammy-amd64"
26-
# Then run the remainder
2716
- "alpine"
28-
- "amazon-2-amd64"
29-
- "arch"
30-
- "centos-7-amd64"
31-
- "centos-stream-8-amd64"
32-
- "centos-stream-9-amd64"
33-
- "debian-10-buster-x86"
34-
- "debian-11-bullseye-x86"
35-
- "fedora-36-amd64"
36-
- "fedora-37-amd64"
37-
- "gentoo"
38-
- "ubuntu-18.04-bionic-amd64"
39-
- "ubuntu-20.04-focal-amd64"
40-
- "ubuntu-22.04-jammy-amd64-valgrind"
41-
# has a dependency on the test image
42-
- "manylinux2014-wheel-build"
43-
include:
44-
- image: "manylinux2014-wheel-build"
45-
test-image: "ubuntu-22.04-jammy-amd64"
46-
- image: "ubuntu-22.04-jammy-arm64v8"
47-
qemu-arch: "aarch64"
48-
- image: "ubuntu-22.04-jammy-ppc64le"
49-
qemu-arch: "ppc64le"
50-
- image: "ubuntu-22.04-jammy-s390x"
51-
qemu-arch: "s390x"
5217

5318
steps:
5419
- uses: actions/checkout@v3

Diff for: alpine/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ RUN apk --no-cache add \
2525
fribidi-dev \
2626
harfbuzz-dev \
2727
jpeg-dev \
28-
lcms2-dev \
2928
libimagequant-dev \
3029
openjpeg-dev \
3130
tcl-dev \
32-
tiff-dev \
3331
tk-dev \
3432
zlib-dev
3533

0 commit comments

Comments
 (0)