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

Move ghc-lib{,-parser} to bazel-haskell-deps #11775

Merged
merged 7 commits into from
Nov 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update ghc-lib-sha
We also set the version-suffix option to the empty string, and the flavor to da-ghc-8.8.1
  • Loading branch information
akrmn committed Nov 30, 2021
commit 3f3c2f2d8f98683fb0c20919278fedfb907c5c82
5 changes: 3 additions & 2 deletions ci/da-ghc-lib/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: ubuntu_20_04
demands: assignment -equals default
variables:
ghc-lib-sha: '42e5c306dcfbc84b83336fdd531023e93bfcc5b2'
ghc-lib-sha: '362d4f38a7ac10521393de9b7ad942a77a2605be'
base-sha: '9c787d4d24f2b515934c8503ee2bbd7cfac4da20'
patches: '65f50a6f72097324de23d6168e3cb9efe734c181 833ca63be2ab14871874ccb6974921e8952802e9'
flavor: 'ghc-8.8.1'
flavor: 'da-ghc-8.8.1'
steps:
- checkout: self
- bash: |
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
--merge-base-sha=$(base-sha) \
$(for p in $(patches); do echo -n "--patch $p "; done) \
--gen-flavor=$(flavor) \
--version-suffix= \
| tee log"
export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/cc855b133100a956d4587079e27c5704cbc8342b.tar.gz
# We need GHC 8.10.4 for running ghc-lib-gen and GHC 8.6.5 to build GHC.
Expand Down