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
8cf9533a
Commit
8cf9533a
authored
6 months ago
by
Javier Sagredo
Committed by
Javier Sagredo
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Install autotools on Windows too
parent
de9d2295
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
+7
-2
7 additions, 2 deletions
.github/workflows/validate.yml
with
7 additions
and
2 deletions
.github/workflows/validate.yml
+
7
−
2
View file @
8cf9533a
...
...
@@ -133,7 +133,7 @@ jobs:
key
:
${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
restore-keys
:
${{ runner.os }}-${{ matrix.ghc }}-
-
name
:
Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR
#8546)
-
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 tool is not essential to the rest of the test suite. If
...
...
@@ -146,10 +146,15 @@ jobs:
run
:
cabal install --ignore-project hackage-repo-tool
# Needed by cabal-testsuite/PackageTests/Configure/setup.test.hs
-
name
:
Install Autotools
-
name
:
"
MAC:
Install
Autotools
"
if
:
runner.os == 'macOS'
run
:
brew install automake
# Needed by cabal-testsuite/PackageTests/Configure/setup.test.hs
-
name
:
"
WIN:
Install
Autotools"
if
:
runner.os == 'Windows'
run
:
/usr/bin/pacman --noconfirm -S autotools
-
name
:
Set validate inputs
run
:
|
FLAGS="${{ env.COMMON_FLAGS }}"
...
...
This diff is collapsed.
Click to expand it.
Javier Sagredo
@Jasagredo
mentioned in commit
44486b99
·
5 months ago
mentioned in commit
44486b99
mentioned in commit 44486b99db60a009e45f71d4df55cdaea7840ba8
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