mirror of
https://github.com/anoma/juvix.git
synced 2024-11-22 23:23:06 +03:00
Use tagged version of ghc-musl in static linux build (#3170)
The issue with alpine ncurses packaging has been fixed upstream and the ghc-musl containers have been rebuilt. Therefore we can resume using the tagged releases of the ghc-musl container. https://github.com/benz0li/ghc-musl/issues/10 Thanks @benz0li for help with diagnosing and fixing this issue. Co-authored-by: Olivier Benz <olivier.benz@b-data.ch>
This commit is contained in:
parent
536ba6cea2
commit
2b2c8abb25
2
.github/workflows/linux-static-binary.yaml
vendored
2
.github/workflows/linux-static-binary.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
build:
|
||||
name: Build static binary
|
||||
runs-on: ubuntu-latest
|
||||
container: docker.io/benz0li/ghc-musl@sha256:0c491f49df224947847084159c85f60590c4c0324ecdf0efb366f82ed3b20023
|
||||
container: quay.io/benz0li/ghc-musl:9.8.2
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user