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
Haskell
Cabal
Commits
ff6d146c
Commit
ff6d146c
authored
3 years ago
by
Emily Pillmore
Browse files
Options
Downloads
Patches
Plain Diff
regen validate for 8.10.4
parent
62f557dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/linux.yml
+11
-11
11 additions, 11 deletions
.github/workflows/linux.yml
cabal-dev-scripts/src/GenValidate.hs
+1
-1
1 addition, 1 deletion
cabal-dev-scripts/src/GenValidate.hs
with
12 additions
and
12 deletions
.github/workflows/linux.yml
+
11
−
11
View file @
ff6d146c
...
...
@@ -57,12 +57,12 @@ jobs:
run
:
sh validate.sh -j 2 -w ghc-9.0.1 -v --lib-only -s lib-tests
-
name
:
Validate lib-suite
run
:
sh validate.sh -j 2 -w ghc-9.0.1 -v --lib-only -s lib-suite
validate-8_10_
1
:
name
:
validate.sh ghc-8.10.
1
validate-8_10_
4
:
name
:
validate.sh ghc-8.10.
4
runs-on
:
ubuntu-18.04
needs
:
validate-8_8_4
container
:
image
:
phadej/ghc:8.10.
1
-bionic
image
:
phadej/ghc:8.10.
4
-bionic
steps
:
-
name
:
System info
run
:
|
...
...
@@ -90,21 +90,21 @@ jobs:
git fetch origin $GITHUB_SHA:temporary-ci-branch
git checkout $GITHUB_SHA || (git fetch && git checkout $GITHUB_SHA)
-
name
:
Validate print-config
run
:
sh validate.sh -j 2 -w ghc-8.10.
1
-v -s print-config
run
:
sh validate.sh -j 2 -w ghc-8.10.
4
-v -s print-config
-
name
:
Validate print-tool-versions
run
:
sh validate.sh -j 2 -w ghc-8.10.
1
-v -s print-tool-versions
run
:
sh validate.sh -j 2 -w ghc-8.10.
4
-v -s print-tool-versions
-
name
:
Validate make-cabal-install-dev
run
:
sh validate.sh -j 2 -w ghc-8.10.
1
-v -s make-cabal-install-dev
run
:
sh validate.sh -j 2 -w ghc-8.10.
4
-v -s make-cabal-install-dev
-
name
:
Validate build
run
:
sh validate.sh -j 2 -w ghc-8.10.
1
-v -s build
run
:
sh validate.sh -j 2 -w ghc-8.10.
4
-v -s build
-
name
:
Validate lib-tests
run
:
sh validate.sh -j 2 -w ghc-8.10.
1
-v -s lib-tests
run
:
sh validate.sh -j 2 -w ghc-8.10.
4
-v -s lib-tests
-
name
:
Validate lib-suite
run
:
sh validate.sh -j 2 -w ghc-8.10.
1
-v -s lib-suite
run
:
sh validate.sh -j 2 -w ghc-8.10.
4
-v -s lib-suite
-
name
:
Validate cli-tests
run
:
sh validate.sh -j 2 -w ghc-8.10.
1
-v -s cli-tests
run
:
sh validate.sh -j 2 -w ghc-8.10.
4
-v -s cli-tests
-
name
:
Validate cli-suite
run
:
sh validate.sh -j 2 -w ghc-8.10.
1
-v -s cli-suite
run
:
sh validate.sh -j 2 -w ghc-8.10.
4
-v -s cli-suite
validate-8_8_4
:
name
:
validate.sh ghc-8.8.4
runs-on
:
ubuntu-18.04
...
...
This diff is collapsed.
Click to expand it.
cabal-dev-scripts/src/GenValidate.hs
+
1
−
1
View file @
ff6d146c
...
...
@@ -23,7 +23,7 @@ main = do
w
<-
run
Z
{
zJobs
=
[
GhcJob
"9.0.1"
False
"--lib-only"
False
[
"8.8.4"
]
libSteps
,
GhcJob
"8.10.
1
"
False
""
False
[
"8.8.4"
]
defSteps
,
GhcJob
"8.10.
4
"
False
""
False
[
"8.8.4"
]
defSteps
,
GhcJob
"8.8.4"
False
"--solver-benchmarks"
False
[]
defSteps
,
GhcJob
"8.6.5"
False
"--complete-hackage-tests"
False
[
"8.8.4"
]
defSteps
,
GhcJob
"8.4.4"
False
""
False
[
"8.8.4"
]
defSteps
...
...
This diff is collapsed.
Click to expand it.
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