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

Make static linking of haskell_cabal_binary explicit #2148

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

iteratee
Copy link
Contributor

@iteratee iteratee commented Apr 7, 2024

The runtime dependency resolution for haskell_cabal_binary doesn't currently support dynamically linked haskell libraries, and expects executables built by haskell_cabal_binary to be statically linked to haskell dependencies. Make that explicit by an option to cabal.

Related to #2147

@iteratee iteratee requested a review from avdv as a code owner April 7, 2024 17:19
The runtime dependency resolution for `haskell_cabal_binary` doesn't
currently support dynamically linked haskell libraries, and expects
executables built by `haskell_cabal_binary` to be statically linked to
haskell dependencies. Make that explicit by an option to cabal.
@iteratee iteratee force-pushed the kb/cabal-binary-static-explicit branch from 71643ac to ad2cbb4 Compare April 7, 2024 17:21
Copy link
Member

@avdv avdv left a comment

Choose a reason for hiding this comment

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

That seems reasonable to me, thank you!

@avdv avdv added the merge-queue merge on green CI label Apr 8, 2024
@mergify mergify bot merged commit 873a018 into tweag:master Apr 8, 2024
49 checks passed
@mergify mergify bot removed the merge-queue merge on green CI label Apr 8, 2024
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.

2 participants