introduce 'excludes' option for tests#395
Conversation
|
Not sure why the curl for win is failing. Will investigate tomorrow |
|
The curl-for-win build is failing on my clone of trurl on master, which was synced this morning: https://github.com/jacobmealey/urler/actions/runs/16097961365/job/45423345923 The daily builds on the curl-for-win repo are passing. cc @vszakats |
Static libcurl on Windows, built for Vista and up requires the iphlpapi system DLL since this curl commit: curl/curl@0d71b18 curl/curl#17413 Reported-by: Jacob Mealey Bug: curl/trurl#395 (comment)
|
@jacobmealey Thanks for reporting this. Indeed, static libcurl needs linking Is it better after this?: (it's enough to retry the CI job or push any change to trigger a fresh run) |
|
@vszakats that worked! Thank you! |
…om libcurl Thanks @charles2910 for reporting this bug fixes: curl#394
|
I've just checked trurl with 8.16 rc1 and all the tests pass with this branch. |
Addresses hexadecimal changes from curl 8.15. I've also duplicated the tests that were failing with the new uppercase hex values.
Thanks @charles2910 for reporting this bug
fixes: #394