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
Before doing this, figure out whether this is needed at all (see #704). If the bindists want something on the system, we should let the bindist grab what it thinks it needs from the system. Overriding with our own supplied libraries may or may not be a good idea.
This can't be easily done. bazelify-gmp won't help because ghc_bindist is a workspace rule, and needs libgmp available from the configure phase (i.e. during workspace rule execution). So libgmp needs to be a workspace repo, and it needs to either be prebuilt (where?), or we build it during workspace rule execution, but then we don't get any decent caching (and no sandboxing). On balance, I think it's better to let libgmp be picked up from the system.
To assess whether it is worth having libgmp provided through bazel (see #704 (comment)) the following options should be investigated:
The text was updated successfully, but these errors were encountered: