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 Include Paths in Bazel Build #1228

Merged
merged 2 commits into from
Sep 21, 2022
Merged

Fix Include Paths in Bazel Build #1228

merged 2 commits into from
Sep 21, 2022

Conversation

jungleraptor
Copy link
Contributor

@jungleraptor jungleraptor commented Sep 21, 2022

Description

Adds the include path for when this project is added as an external project in
another workspace.

It is copied into the bazel sandbox at external/<name>/ which doesn't
match -Ic/src/include.

I think this is the better option that making the private include path public (copts are not propagated to dependants), but ideally this sort of a workaround wouldn't be
needed.

Have a ticket open to explore alternatives: jira

@swift-nav/devinfra

API compatibility

Does this change introduce a API compatibility risk?

No api risks.

@jungleraptor jungleraptor requested review from a team and silverjam as code owners September 21, 2022 21:00
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