-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remote authorization required even for building locally #77
Comments
Thank you for this report, it looks like you activated the early-preview feature from cmake-tipi-provider by exporting on the environment Did you export CMAKE_TIPI_PROVIDER_ENABLE=ON ? Because if not I cannot make sense of the report. It's requesting access to the tipi.build api to access the remote build cache feature. This output that you see should come only when FetchContent is used, I cannot find any FetchContent call in your project linked :
Am I missing something from your project ? If this is the setup I'm assuming, you don't need a But It's a pretty new feature, so we are learning from use cases. |
To reply to the question in the title, you can use |
Indeed, my bad. Yes, I am experimenting with the new cmake-tipi-provider, exported the variable and have set FetchContent accordingly. Forgot to push the corresponding changes: tipi command:
Thanks for the info about redundant Updated the PR message accordingly. |
Thanks. Currently cmake-tipi-provider will likely not work with |
Yeah, with the following cmdline |
I am trying to build a project locally that has a dependency on boost. While compiling the dependencies the build gets stuck at the configuring stage with the following last lines before it fails without a reasoning after a very long time:
After enabling verbose mode
-vv
, the reasoning becomes more obvious:Expected behaviour
Since I was following the documentation to build locally, I would not expect tipi to build dependencies remotely or require authentication to a remote service. Also, the actual authentication request should not be hidden without enabling verbose output and timeout with no indication why.
Repro available here:
https://github.com/pziggo/vsomeip/tree/8fe616d0e239eb86f9731555e361ad15974c8ea1https://github.com/pziggo/vsomeip/tree/9297983453c752adee6bdf98ca612ec27d0e0ecf
tipi version:
v0.0.55
.tipi/deps
:tipi command:tipi -t linux-cxx17 .
tipi command:
The text was updated successfully, but these errors were encountered: