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

Stack with github actions permissions workaround #1490

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

paulcadman
Copy link
Collaborator

The binary build action almost worked - https://github.com/anoma/juvix/actions/runs/2955803414

This error occurs when building with stack:

Run stack install --system-ghc --ghc-options='-split-sections -optl-static'
4
Preventing creation of stack root '/github/home/.stack/'. Parent directory '/github/home/' is owned by someone else.
5
Error: Process completed with exit code 1.

commercialhaskell/stack#2187

This error occurs when building with stack:

```
Run stack install --system-ghc --ghc-options='-split-sections -optl-static'
4
Preventing creation of stack root '/github/home/.stack/'. Parent directory '/github/home/' is owned by someone else.
5
Error: Process completed with exit code 1.
```

commercialhaskell/stack#2187
@paulcadman paulcadman added the CI label Aug 30, 2022
@paulcadman paulcadman added this to the 0.2.5 milestone Aug 30, 2022
@paulcadman paulcadman self-assigned this Aug 30, 2022
Copy link
Collaborator

@janmasrovira janmasrovira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try it

@paulcadman paulcadman merged commit 0e3f764 into main Aug 30, 2022
@paulcadman paulcadman deleted the fix-linux-binary-build branch August 30, 2022 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants