-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
pkg-config file has CI paths #2475
Comments
(sanity check: I don't have a user called |
|
Similar for Debain 12 ARM64: |
This is what's being used to generate it. If I remember correctly, those variables are defined with My guess would be that it is all coming from I feel like the CI jobs for the CI should not override Would you be able to test that? |
Sure I can test stuff - I'm installing MAVSDK as part of a container build so I can test changes pretty easily by applying them and commenting out my current workarounds. I'll try to fit it in sometime tomorrow. |
Those paths work for the .deb packages, so I'm confused why they don't for the pkg-config. I guess we always just use CMake's |
The include paths in the current ubuntu 22.04 pkg-config file seem to reference CI user directories instead of the eventual installation directories.
The text was updated successfully, but these errors were encountered: