-
Notifications
You must be signed in to change notification settings - Fork 247
Update stack.yaml #112
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
Update stack.yaml #112
Conversation
This still needs |
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.
Thanks!
To avoid transformers-0.5.0.0 problem
test/builder-haddock/default.nix
Outdated
# cabal-to-nix test-haddock.cabal > test-haddock.nix | ||
pkg-def = import ./plan.nix; | ||
pkgSet = mkCabalProjectPkgSet { | ||
pkg-def = import ./pkgs.nix; |
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.
I think this needs to be plan-pkgs
, similar to how mkStackPkgSet
has stack-pkgs
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.
Ah yes, thanks, I forgot to update them all ...
a14d639
to
c78e90e
Compare
And update it for new versions of plan-to-nix.
c78e90e
to
38b302d
Compare
I'm quite confident this will work. And I believe travis is hopelessly overwhelmed with the amount of package it needs to build. |
Thanks for the fix. It works on Buildkite and it works locally. Travis is a U+1F4A9. |
We may be able to get around travis by using cachix + watching, but I wonder if that's really the way forward. Maybe we just need to heat up the cache with our own hydra instance. Or just move off of travis altogether. |
Any PR which touches the component builder probably won't finish in Travis because it needs to rebuild all of the haskell packages. Buildkite works well, but we need to enable the setting which makes the build page public. |
Using cachix with watching would cause intermediate products to be uploaded to cachix, it would likely require to restart the Travis job. If we can just get the badges from buildkite or hydra, let’s trash Travis. |
No description provided.