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
FWIW I think almost every aspect ruleset using toolchains has this issue where we prepend external/ to the path of the binary, rules_esbuild being another example (which has the path prepended so I assume it has the bug).
@matthewjh do you have any idea the severity of this issue - meaning, have you seen some indication this flag is going to be flipped and users will be broken unless we take action?
Another way to ask: what led you to try that flag?
What happened?
When building an SWC output with
--experimental_sibling_repository_layout
, SWCCompile exits with an error:Version
Development (host) and target OS/architectures:
Ubuntu 22, linux amd64
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:rules_swc 2.0.0
Language(s) and/or frameworks involved:
7.4.1
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: