Skip to content

Re #6711 Add work-around to Stack's CI #6717

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

Merged
merged 1 commit into from
Apr 13, 2025
Merged

Re #6711 Add work-around to Stack's CI #6717

merged 1 commit into from
Apr 13, 2025

Conversation

mpilgrem
Copy link
Member

See:

which manifests in Stack's script-based CI.

  • Any changes that could be relevant to users have been recorded in ChangeLog.md.
  • The documentation has been updated, if necessary

Please also shortly describe how you tested your change. Bonus points for added tests!

@mpilgrem mpilgrem force-pushed the re6711-ci branch 2 times, most recently from 1d84994 to b45a91e Compare April 12, 2025 22:27
Added as part of the work around for: #6711

On Windows only, for some unidentified reason, stack script can fail when using a pre-compiled package. This can affect the script build-stack-installer.hs. The work around is to build the package required for that script using the same Stack configuration as used by the script.

Adds dummy package description package.yaml. It is required because the first place that Stack looks for a target is project packages and without a Cabal file, Stack will report error [S-636].
@mpilgrem mpilgrem merged commit 1380135 into master Apr 13, 2025
19 of 22 checks passed
@mpilgrem mpilgrem deleted the re6711-ci branch April 13, 2025 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant