Skip to content
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

Fix for #1271, set_file_prefix_map attribute #1288

Merged
merged 7 commits into from
Sep 19, 2024

Conversation

aaron-michaux
Copy link
Contributor

One way to fix #1271 is to pass -ffile-prefix-map=$SANDBOX=. This fix creates a set_file_prefix_map attribute for the cmake rule. If True, will set the gcc/clang flag to eviscerate the sandbox path from the debug symbols.

Copy link

google-cla bot commented Sep 12, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

foreign_cc/cmake.bzl Outdated Show resolved Hide resolved
@jsharpe jsharpe merged commit e67c45c into bazel-contrib:main Sep 19, 2024
1 check passed
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.

Sandbox makes build non-deterministic when building with debug symbols
2 participants