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

Add support for bios multi-cradles #437

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iteratee
Copy link

@iteratee iteratee commented Jul 2, 2024

We currently don't have a way to ask a bios cradle if it supports multiple components. So we just trust that if the GHC version is new enough and multiple component loading is requested, that the bios program supports it.

We currently don't have a way to ask a bios cradle if it supports
multiple components. So we just trust that if the GHC version is new
enough and multiple component loading is requested, that the bios
program supports it.
@fendor
Copy link
Collaborator

fendor commented Jul 3, 2024

Hi, thank you for your PR!

I am worried that passing multiple filepaths to the bios command might break existing bios scripts, since they may assume it contains only exactly one filepath. We could pass in the extra filepaths in a separate environment variable HIE_BIOS_EXTRA_ARGS , then bios scripts cannot break accidentally. What do you think?

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