Skip to content

Commit

Permalink
Do not install lcms2 on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 6, 2023
1 parent 9103161 commit e48cc2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/build.yml
Expand Up @@ -3,10 +3,6 @@ name: Docker images

on: [push, pull_request, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: ${{ matrix.target }} + ${{ matrix.image }}
Expand All @@ -17,34 +13,7 @@ jobs:
target:
- "latest"
image:
# Run slower jobs first to give them a headstart and reduce waiting time
- "ubuntu-22.04-jammy-arm64v8"
- "ubuntu-22.04-jammy-ppc64le"
- "ubuntu-22.04-jammy-s390x"
# Then run the remainder
- "alpine"
- "amazon-2-amd64"
- "arch"
- "centos-7-amd64"
- "centos-stream-8-amd64"
- "centos-stream-9-amd64"
- "debian-10-buster-x86"
- "debian-11-bullseye-x86"
- "fedora-36-amd64"
- "fedora-37-amd64"
- "gentoo"
- "manylinux2014-wheel-build"
- "ubuntu-18.04-bionic-amd64"
- "ubuntu-20.04-focal-amd64"
- "ubuntu-22.04-jammy-amd64"
- "ubuntu-22.04-jammy-amd64-valgrind"
include:
- image: "ubuntu-22.04-jammy-arm64v8"
qemu-arch: "aarch64"
- image: "ubuntu-22.04-jammy-ppc64le"
qemu-arch: "ppc64le"
- image: "ubuntu-22.04-jammy-s390x"
qemu-arch: "s390x"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion alpine/Dockerfile
Expand Up @@ -25,7 +25,6 @@ RUN apk --no-cache add \
fribidi-dev \
harfbuzz-dev \
jpeg-dev \
lcms2-dev \
libimagequant-dev \
openjpeg-dev \
tcl-dev \
Expand Down

0 comments on commit e48cc2d

Please sign in to comment.