Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply fixes from brew audit #11

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Apply fixes from brew audit #11

wants to merge 2 commits into from

Commits on Jun 15, 2023

  1. Install GHC from the bindist

    We install GHC using the binary release directly because installation of
    GHC via ghcup or via stack in the formula context is not reliable.
    
    Specifially the GHC installation with ghcup or stack
    fails *sometimes* (with about 1/5 frequency) when trying to create a
    temporary directory within the temporary HOME directory used by the
    formula build.
    
    The GHC installer works reliably when invoked directly from the bindist
    paulcadman committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0c95b37 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Apply fixes from brew audit

    In particular we were not specifying a git ref for the stable version
    the git ref of the `main` branch was always used. This is now fixed by
    specifying the `revision` field on the juvix git URL.
    paulcadman committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ee98e31 View commit details
    Browse the repository at this point in the history