Skip to content

Conversation

@cerisier
Copy link
Contributor

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.

Currently, having an assembly source file as srcs of a cc_library
will fail because compiler files are missing from the sandbox:

Like so:
```
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
```
@cerisier
Copy link
Contributor Author

Cc @linzhp small yet important one ! 🙏

Copy link
Contributor

@linzhp linzhp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@linzhp linzhp merged commit 49dcc33 into uber:main Feb 17, 2025
8 checks passed
@cerisier
Copy link
Contributor Author

Thanks for the quick merge. Would it be possible to ask for a release at this point ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants