You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
[ Error ] Download failed: Process "curl" with arguments ["-fL", "-o",
[ ... ] "/tmp/ghcup-5518e54f8c013197/ghc-x86_64-deb9-linux-integer-simple.tar.xz.tmp",
[ ... ] "https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-deb9-linux-integer-simple.tar.xz?job=validate-x86_64-linux-deb9-integer-simple"] failed with exit code 22.
[ Error ] Also check the logs in /home/runner/.ghcup/logs
Error: All install methods for ghc head failed
The deb9 install link that it is using does not work manually as well. However, the following deb10 link works:
$ ghcup install ghc -u https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-deb10-linux-integer-simple.tar.xz?job=validate-x86_64-linux-deb10-integer-simple head
Not sure why it is using deb9, gitlab runners do not even have any deb9 based ubuntu I guess.
The following error occurs (https://github.com/composewell/streamly/runs/5014667413?check_suite_focus=true):
The deb9 install link that it is using does not work manually as well. However, the following deb10 link works:
Not sure why it is using deb9, gitlab runners do not even have any deb9 based ubuntu I guess.