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

Ensure that "lib" is the CMAKE_INSTALL_LIBDIR in some bazel dependencies #218

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hikinggrass
Copy link
Contributor

If this is not set on some systems this might default to lib64 leading to bazel build errors like "...libcurl.a' was not created

If this is not set on some systems this might default to lib64 leading to bazel build errors like "...libcurl.a' was not created

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
@hikinggrass
Copy link
Contributor Author

An alternative would be to properly support this in the bazel build

@dorezyuk
Copy link
Contributor

Hi I can’t verify it right now since I’m currently traveling…
But I’m wondering how you build it and why this happens. We compile this for x86 and aarch64 targets and didn’t run into this issue. If it’s urgent feel free to merge otherwise we can have a look together once I’m back:)

@hikinggrass
Copy link
Contributor Author

Hi I can’t verify it right now since I’m currently traveling… But I’m wondering how you build it and why this happens. We compile this for x86 and aarch64 targets and didn’t run into this issue. If it’s urgent feel free to merge otherwise we can have a look together once I’m back:)

Not urgent at all, enjoy your vacation 🌴
I'm building with bazelisk on opensuse tumbleweed, there these artifacts end up in lib64 while bazel seems to expect them in lib

@hikinggrass hikinggrass requested a review from dorezyuk December 12, 2024 12:15
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