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
CI: add autotools, out-of-tree, debug build to distro check job #12088
Conversation
https://github.com/curl/curl/actions/runs/6480792976/job/17597019192#step:7:3863 |
Stuck at:
https://github.com/curl/curl/actions/runs/6480934827/job/17597469241#step:7:2658 |
This was "easy": Next problem: Next-next problem: Running it with |
Dropped the Example of it catching the missing |
a664c0d
to
7e4d83d
Compare
make distcheck
Now it's this:
I'm giving up! |
Okay, let's try without |
|
Phew, green now: This is already rebased on master with the |
@bagder: Do you think we should delete |
/usr/bin/install: cannot create regular file '/usr/local/lib/libcurl.so.4.8.0':
Permission denied
You can add --prefix=$PWD/install to install it somewhere safe.
|
That did the trick, thanks Dan! |
I believe the reasoning for including So yes: I think it can remain in EXTRA_DIST. |
@bagder: Thanks, I'll revert this, but |
Ah yes, and that's a slightly tricky one since we have that hook that puts Lines 171 to 178 in a20d7bd
|
Add a job that builds curl from a generated source tarball sample, with autotools, out-of-tree, in debug mode. Ref: curl#12085 Closes curl#12088
Add a job that builds curl from a generated source tarball sample, with
autotools, out-of-tree, in debug mode.
Ref: #12085
Closes #12088