mirror of
https://github.com/curl/curl.git
synced 2026-07-25 09:47:49 +03:00
lib1156: pass longs to curl_easy_setopt()
To fix this test on macOS with the gcc compiler. Also unignore test 1156 in GHA/macos. Ref:c349bd668c#14097 (issue 15.) Ref:7b0240c077#16539 Ref:2ec00372a1#16482 Closes #16579
This commit is contained in:
parent
fd54bed51a
commit
c38f9089f3
2 changed files with 2 additions and 3 deletions
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
|
@ -315,7 +315,6 @@ jobs:
|
|||
if [ -z '${{ matrix.build.torture }}' ]; then
|
||||
TFLAGS+=' ~2037 ~2041' # flaky
|
||||
if [[ '${{ matrix.compiler }}' = 'gcc'* ]]; then
|
||||
TFLAGS+=' ~1156' # HTTP Content-Range
|
||||
if [[ -n '${{ matrix.build.configure }}' || \
|
||||
'${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then
|
||||
TFLAGS+=' ~2100' # 2100:'HTTP GET using DoH' https://github.com/curl/curl/actions/runs/9942146678/job/27462937524#step:15:5059
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue