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 Bazel build #7241

Merged
merged 1 commit into from
Jan 3, 2025
Merged

Fix Bazel build #7241

merged 1 commit into from
Jan 3, 2025

Conversation

tronical
Copy link
Member

Include link-data.json as core-macros build time, so that later at run-time the extracted sources don't have to be around anymore.

Include link-data.json as core-macros build time, so that later at
run-time the extracted sources don't have to be around anymore.
@tronical tronical requested a review from ogoffart December 31, 2024 14:47
@tronical
Copy link
Member Author

(yes, it would be nice to also do the parsing at compile time, but I couldn't figure out a way)

@ogoffart
Copy link
Member

ogoffart commented Jan 3, 2025

if the problem is CARGO_MANIFEST_DIR not being defined, this will not fix it

@tronical
Copy link
Member Author

tronical commented Jan 3, 2025

That’s not the problem here. The manifest dir problem came after this in another crate. The issue here is that the source directories of dependencies don’t exist anymore.

@tronical tronical merged commit b66aa34 into master Jan 3, 2025
37 checks passed
@tronical tronical deleted the simon/link-data-build-time branch January 3, 2025 11:50
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