Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
a02ea934
Unverified
Commit
a02ea934
authored
2 years ago
by
Mikolaj Konarski
Browse files
Options
Downloads
Patches
Plain Diff
Work around git problem
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586
parent
29103f94
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/validate.yml
+4
-0
4 additions, 0 deletions
.github/workflows/validate.yml
with
4 additions
and
0 deletions
.github/workflows/validate.yml
+
4
−
0
View file @
a02ea934
...
...
@@ -74,6 +74,10 @@ jobs:
key
:
${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
restore-keys
:
${{ runner.os }}-${{ matrix.ghc }}-20220419-
-
name
:
Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR
#8546)
run
:
|
git config --global protocol.file.allow always
# The '+exe' constraint below is important, otherwise cabal-install
# might decide to build the library but not the executable which is
# what we need.
...
...
This diff is collapsed.
Click to expand it.
Mikolaj Konarski
@Mikolaj
mentioned in commit
e5f0259e
·
2 years ago
mentioned in commit
e5f0259e
mentioned in commit e5f0259ed2f84b9a6f97b25d82a00960728ba17a
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment