-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
[Bug]: js_image_layer is broken with bzlmod #1530
[Bug]: js_image_layer is broken with bzlmod #1530
Comments
Is there a simple work around for this issue other than using |
You can use |
@jbedard @gregmagolan we should make this change in rules_nodejs and include in rules_js 2.0 |
Yes, we should fix this. Possibly fix the cc toolchain coupling in the rules_nodejs provider as well. |
Duplicate of #1316 |
Updated e2e/js_image_oci to build with bzlmod here #1704. That stands-in as a repro for this issue now. |
Landed on main. Fix will be included in the next rules_js 2 RC (current latest is rc4) |
What happened?
Currently, cross compiling js_image_layer through
platform
attribute is broken due to this line here where linux toolchains are not registered first like it is in the WORKSPACE version.Version
Development (host) and target OS/architectures:
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: