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

Support location expansion and make variable substitution in CMake cache entries #1272

Conversation

allsey87
Copy link
Contributor

Another attempt at #1124, #1240, #1249, and #1250

Closes #1013

Let's see if I can fix the examples and make CI green again!

The entry `"EMBED_SSH_PATH": "$(location @libssh2//:libssh2)"` was never expanded until this PR and is in any case incorrect since the location expands to multiple values. Successful compilation is the past was a bug.
@allsey87 allsey87 marked this pull request as ready for review August 30, 2024 13:04
@allsey87
Copy link
Contributor Author

@jsharpe Buildkite is giving us those sweet, sweet green lights. What do you think?

Copy link
Member

@jsharpe jsharpe left a comment

Choose a reason for hiding this comment

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

+1 - can you resolve the conflicts then we can get this merged.

@jsharpe jsharpe enabled auto-merge (squash) September 5, 2024 13:56
@jsharpe jsharpe merged commit b25485b into bazel-contrib:main Sep 5, 2024
2 checks 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.

cmake not support $(execpath //foo:bar)?
2 participants