CI: add autotools, out-of-tree, debug build to distro check job#12088
CI: add autotools, out-of-tree, debug build to distro check job#12088vszakats wants to merge 11 commits intocurl:masterfrom
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 |
This reverts commit 46ec70cd8f4919cb9460c06829c040e572a7f7e1.
This reverts commit 61bf4c5.
|
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: #12085
Closes #12088