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

Fix cabal-install:long-tests with Git >=2.38.1 #10329

Merged
merged 1 commit into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. Fix cabal-install:long-tests with Git >=2.38.1

    Closes haskell#10312.
    
    Git 2.38.1 and newer fails to clone from local paths with `fatal:
    transport 'file' not allowed` unless `protocol.file.allow=always` is
    set.
    
    This is not safe in general, but it's fine in the test suite.
    
    See: https://github.blog/open-source/git/git-security-vulnerabilities-announced/#fn-67904-1
    See: https://git-scm.com/docs/git-config#Documentation/git-config.txt-protocolallow
    9999years authored and Mikolaj committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    51e448d View commit details
    Browse the repository at this point in the history