Skip to content

Allow installing HEAD GHC? #6

Open
@hasufell

Description

@hasufell

At least from ghcup side, it isn't hard to support. It can already be done manually:

ghcup -n install ghc -u '{"dlHash": "", "dlSubdir": { "RegexDir": "ghc-.*"}, "dlUri": "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27" }' head

This doesn't do platform detection etc, but it wouldn't be hard to support something like ghcup install ghc HEAD.

I'm not sure about chocolatey, but the GHC CI job also builds windows artifacts: https://gitlab.haskell.org/ghc/ghc/pipelines/24056

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions