Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: provide cc_toolchain artifacts required for assembly actions (#208)
Currently, having an assembly source file as srcs of a cc_library will fail because compiler files are missing from the sandbox: ``` src/main/tools/process-wrapper-legacy.cc:80: "execvp(external/hermetic_cc_toolchain~~toolchains~zig_sdk/tools/x86_64-linux-gnu.2.36/c++, ...)": No such file or directory ``` This PR fixes that.
- Loading branch information