internal/rosa/openssl: fix paths
All checks were successful
Test / Create distribution (push) Successful in 58s
Test / Sandbox (push) Successful in 2m36s
Test / Hakurei (push) Successful in 3m47s
Test / ShareFS (push) Successful in 3m55s
Test / Hpkg (push) Successful in 4m35s
Test / Sandbox (race detector) (push) Successful in 4m59s
Test / Hakurei (race detector) (push) Successful in 6m15s
Test / Flake checks (push) Successful in 1m44s
All checks were successful
Test / Create distribution (push) Successful in 58s
Test / Sandbox (push) Successful in 2m36s
Test / Hakurei (push) Successful in 3m47s
Test / ShareFS (push) Successful in 3m55s
Test / Hpkg (push) Successful in 4m35s
Test / Sandbox (race detector) (push) Successful in 4m59s
Test / Hakurei (race detector) (push) Successful in 6m15s
Test / Flake checks (push) Successful in 1m44s
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -18,16 +18,14 @@ func (t Toolchain) newOpenSSL() pkg.Artifact {
|
|||||||
}, `
|
}, `
|
||||||
cd "$(mktemp -d)"
|
cd "$(mktemp -d)"
|
||||||
/usr/src/openssl/Configure \
|
/usr/src/openssl/Configure \
|
||||||
--prefix=/system
|
--prefix=/system \
|
||||||
|
--libdir=lib \
|
||||||
|
--openssldir=etc/ssl
|
||||||
make \
|
make \
|
||||||
"-j$(nproc)" \
|
"-j$(nproc)" \
|
||||||
HARNESS_JOBS=256 \
|
HARNESS_JOBS=256 \
|
||||||
test
|
test
|
||||||
make DESTDIR=/work install
|
make DESTDIR=/work install
|
||||||
|
|
||||||
mv \
|
|
||||||
/work/system/lib64 \
|
|
||||||
/work/system/lib
|
|
||||||
`, pkg.Path(AbsUsrSrc.Append("openssl"), false, pkg.NewHTTPGetTar(
|
`, pkg.Path(AbsUsrSrc.Append("openssl"), false, pkg.NewHTTPGetTar(
|
||||||
nil, "https://github.com/openssl/openssl/releases/download/"+
|
nil, "https://github.com/openssl/openssl/releases/download/"+
|
||||||
"openssl-"+version+"/openssl-"+version+".tar.gz",
|
"openssl-"+version+"/openssl-"+version+".tar.gz",
|
||||||
|
|||||||
Reference in New Issue
Block a user