internal/rosa/curl: 8.18.0 to 8.19.0
Some checks failed
Test / Flake checks (push) Has been cancelled
Test / Sandbox (push) Has started running
Test / ShareFS (push) Has started running
Test / Hakurei (race detector) (push) Has been cancelled
Test / Sandbox (race detector) (push) Has been cancelled
Test / Create distribution (push) Has been cancelled
Test / Hakurei (push) Has been cancelled
Some checks failed
Test / Flake checks (push) Has been cancelled
Test / Sandbox (push) Has started running
Test / ShareFS (push) Has started running
Test / Hakurei (race detector) (push) Has been cancelled
Test / Sandbox (race detector) (push) Has been cancelled
Test / Create distribution (push) Has been cancelled
Test / Hakurei (push) Has been cancelled
The test suite now depends on python to run mock servers. SMB is disabled because it is completely unused, and pulls in a python dependency for tests. A broken test is fixed and the patch hopefully upstreamed before next release. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -11,17 +11,41 @@ func (t Toolchain) newCurl() (pkg.Artifact, string) {
|
|||||||
nil, "https://curl.se/download/curl-"+version+".tar.bz2",
|
nil, "https://curl.se/download/curl-"+version+".tar.bz2",
|
||||||
mustDecode(checksum),
|
mustDecode(checksum),
|
||||||
pkg.TarBzip2,
|
pkg.TarBzip2,
|
||||||
), nil, &MakeHelper{
|
), &PackageAttr{
|
||||||
|
Patches: [][2]string{
|
||||||
|
{"test459-misplaced-line-break", `diff --git a/tests/data/test459 b/tests/data/test459
|
||||||
|
index 7a2e1db7b3..cc716aa65a 100644
|
||||||
|
--- a/tests/data/test459
|
||||||
|
+++ b/tests/data/test459
|
||||||
|
@@ -54,8 +54,8 @@ Content-Type: application/x-www-form-urlencoded
|
||||||
|
arg
|
||||||
|
</protocol>
|
||||||
|
<stderr mode="text">
|
||||||
|
-Warning: %LOGDIR/config:1 Option 'data' uses argument with unquoted whitespace.%SP
|
||||||
|
-Warning: This may cause side-effects. Consider double quotes.
|
||||||
|
+Warning: %LOGDIR/config:1 Option 'data' uses argument with unquoted%SP
|
||||||
|
+Warning: whitespace. This may cause side-effects. Consider double quotes.
|
||||||
|
</stderr>
|
||||||
|
</verify>
|
||||||
|
</testcase>
|
||||||
|
`},
|
||||||
|
},
|
||||||
|
}, &MakeHelper{
|
||||||
Configure: [][2]string{
|
Configure: [][2]string{
|
||||||
{"with-openssl"},
|
{"with-openssl"},
|
||||||
{"with-ca-bundle", "/system/etc/ssl/certs/ca-bundle.crt"},
|
{"with-ca-bundle", "/system/etc/ssl/certs/ca-bundle.crt"},
|
||||||
|
|
||||||
|
{"disable-smb"},
|
||||||
},
|
},
|
||||||
Check: []string{
|
Check: []string{
|
||||||
"TFLAGS=-j256",
|
`TFLAGS="-j$(expr "$(nproc)" '*' 2)"`,
|
||||||
"check",
|
"test-nonflaky",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Perl,
|
Perl,
|
||||||
|
Python,
|
||||||
|
PkgConfig,
|
||||||
|
Diffutils,
|
||||||
|
|
||||||
Libpsl,
|
Libpsl,
|
||||||
OpenSSL,
|
OpenSSL,
|
||||||
|
|||||||
Reference in New Issue
Block a user