GHA: enable the RTSP tests on macOS gcc-12
This commit is contained in:
parent
2ec00372a1
commit
71f190cbbc
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@ -313,7 +313,6 @@ jobs:
|
|||||||
if [ -z '${{ matrix.build.torture }}' ]; then
|
if [ -z '${{ matrix.build.torture }}' ]; then
|
||||||
TFLAGS+=' ~2037 ~2041' # flaky
|
TFLAGS+=' ~2037 ~2041' # flaky
|
||||||
if [[ '${{ matrix.compiler }}' = 'gcc'* ]]; then
|
if [[ '${{ matrix.compiler }}' = 'gcc'* ]]; then
|
||||||
TFLAGS+=' ~RTSP' # 567 568 569 570 571 572 577 689 3100
|
|
||||||
TFLAGS+=' ~1156 ~1539' # HTTP Content-Range, Content-Length
|
TFLAGS+=' ~1156 ~1539' # HTTP Content-Range, Content-Length
|
||||||
if [[ -n '${{ matrix.build.configure }}' || \
|
if [[ -n '${{ matrix.build.configure }}' || \
|
||||||
'${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then
|
'${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user