-
Notifications
You must be signed in to change notification settings - Fork 1
Stable haskell/ci speedup #132
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
base: stable-ghc-9.14
Are you sure you want to change the base?
Conversation
0d88988 to
8e7a122
Compare
8e7a122 to
e3d7bb1
Compare
Since we now don't provide cabal anymore.
e3d7bb1 to
016a471
Compare
e.g.: make CABAL=$(./build-cabal.sh) One can also set CABAL0_ARGS environment variable.
7d3c68d to
09a560e
Compare
angerman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! Let's please separate the Makefile changes into a separate PR, and have this be only release ci configuration changes.
|
@angerman that doesn't make sense. The Makefile changes are prerequisites to be able to use a system cabal. |
|
By changing the Makefile you broke part of the CI. |
Then that has to be fixed as part of this PR. |
99b1381 to
18737b8
Compare
Why is this saving time? |
f11b4e4 to
cd9d99c
Compare
We should now be able to build stage2 by pointing to an appropriate stage1 anywhere in PATH. We also provide the ability to bindist stage1.
cd9d99c to
cce6bb1
Compare
2ee3eee to
ce8cdb2
Compare
So far seems to have saved 7 minutes