Skip to content

Commit

Permalink
Drop alpine workaround
Browse files Browse the repository at this point in the history
Once https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/57766
is merged we will no longer require this workaround.
  • Loading branch information
JasonGross committed Jan 4, 2024
1 parent 0c75878 commit dd8e7d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/coq-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
branch: ${{ matrix.alpine }}
extra-repositories: https://dl-cdn.alpinelinux.org/alpine/edge/testing
packages: git make jq gcc musl-dev python3 ocaml ocaml-findlib ghc cabal coq ocaml-zarith bash sudo
- name: work around coq issue 15663
shell: alpine.sh --root {0}
run: |
ln -s /usr/lib/coq /usr/lib/ocaml/coq
ln -s /usr/lib/coq-core /usr/lib/ocaml/coq-core
ln -s /usr/lib/coqide-server /usr/lib/ocaml/coqide-server
- name: host build params
run: etc/ci/describe-system-config.sh
- name: chroot build params
Expand Down

0 comments on commit dd8e7d2

Please sign in to comment.