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
b3840d20
Unverified
Commit
b3840d20
authored
1 year ago
by
mergify[bot]
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #9610 from cabalism/test/release-dry-run-9601
Add a --dry-run build check of cabal.project.release
parents
aaf16c42
d6e067e8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#91624
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/quick-jobs.yml
+20
-0
20 additions, 0 deletions
.github/workflows/quick-jobs.yml
with
20 additions
and
0 deletions
.github/workflows/quick-jobs.yml
+
20
−
0
View file @
b3840d20
...
...
@@ -124,4 +124,24 @@ jobs:
-
uses
:
actions/checkout@v4
-
name
:
Are buildinfo docs up to date?
run
:
make doc/buildinfo-fields-reference.rst
release-project
:
name
:
Check Release Project
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set PATH
run
:
|
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
-
name
:
ghcup
run
:
|
ghcup --version
ghcup config set cache true
ghcup install ghc --set recommended
ghcup install cabal --set latest
-
name
:
Update Hackage Index
run
:
cabal v2-update
-
uses
:
actions/checkout@v4
-
name
:
Check Release with Pinned Hackage
run
:
cabal build all --dry-run --project-file=cabal.project.release
-
name
:
Check Release with Latest Hackage
run
:
cabal build all --dry-run --project-file=cabal.project.release --index-state="hackage.haskell.org HEAD"
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