Sandboxing breaks ts_proto_library
dependencies
#2634
Labels
Can Close?
We will close this in 30 days if there is no further activity
ts_proto_library
dependencies
#2634
🐞 bug report
Affected Rule
ts_proto_library
/ts_library
Is this a regression?
I don't know. We switched on sandboxing around
2.2.2
, so it may have been broken since then.Description
We have a structure like so:
With
--spawn_strategy=sandboxed
, the code breaks because Rollup cannot locate transitive dependencies ofsome_proto_ts
(i.e.@proto_common//...
, etc), but with--spawn_strategy=local
the build works fine.🔬 Minimal Reproduction
I am working on a small repo to isolate this issue which I will link here.
🔥 Exception or Error
Will enclose with repo, but it just fails to find any transitive dependencies of your leaf proto.
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_nodejs version:
(Please check that you have matching versions between WORKSPACE file and
@bazel/*
npm packages.)Anything else relevant?
Love you guys!
The text was updated successfully, but these errors were encountered: