You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This produces an image that contains only executables and libraries for Haskell. It includes all the source of the Rust packages the bar library needs to build.
This discussion was converted from issue #432 on June 19, 2025 07:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have project
bar
that is a library with a Rust FFI.I have project
foo
that importsbar
in the standard way:The Docker image derivation is:
This produces an image that contains only executables and libraries for Haskell. It includes all the source of the Rust packages the
bar
library needs to build.Any ideas on how to slim down this image?
Beta Was this translation helpful? Give feedback.
All reactions