internal/rosa/gnu: gettext 0.26 to 1.0
All checks were successful
Test / Create distribution (push) Successful in 2m30s
Test / ShareFS (push) Successful in 7m38s
Test / Sandbox (race detector) (push) Successful in 8m6s
Test / Hakurei (race detector) (push) Successful in 9m28s
Test / Hakurei (push) Successful in 2m49s
Test / Sandbox (push) Successful in 1m38s
Test / Hpkg (push) Successful in 3m39s
Test / Flake checks (push) Successful in 2m7s
All checks were successful
Test / Create distribution (push) Successful in 2m30s
Test / ShareFS (push) Successful in 7m38s
Test / Sandbox (race detector) (push) Successful in 8m6s
Test / Hakurei (race detector) (push) Successful in 9m28s
Test / Hakurei (push) Successful in 2m49s
Test / Sandbox (push) Successful in 1m38s
Test / Hpkg (push) Successful in 3m39s
Test / Flake checks (push) Successful in 2m7s
This now requires kernel headers for some reason. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -84,8 +84,8 @@ func init() { artifactsF[Gzip] = Toolchain.newGzip }
|
|||||||
|
|
||||||
func (t Toolchain) newGettext() pkg.Artifact {
|
func (t Toolchain) newGettext() pkg.Artifact {
|
||||||
const (
|
const (
|
||||||
version = "0.26"
|
version = "1.0"
|
||||||
checksum = "IMu7yDZX7xL5UO1ZxXc-iBMbY9LLEUlOroyuSlHMZwg9MKtxG7HIm8F2LheDua0y"
|
checksum = "3MasKeEdPeFEgWgzsBKk7JqWqql1wEMbgPmzAfs-mluyokoW0N8oQVxPQoOnSdgC"
|
||||||
)
|
)
|
||||||
return t.NewViaMake("gettext", version, pkg.NewHTTPGetTar(
|
return t.NewViaMake("gettext", version, pkg.NewHTTPGetTar(
|
||||||
nil, "https://ftpmirror.gnu.org/gnu/gettext/gettext-"+version+".tar.gz",
|
nil, "https://ftpmirror.gnu.org/gnu/gettext/gettext-"+version+".tar.gz",
|
||||||
@@ -107,12 +107,14 @@ test_disable '#!/bin/sh' gettext-tools/tests/format-c-5
|
|||||||
test_disable '#!/bin/sh' gettext-tools/gnulib-tests/test-c32ispunct.sh
|
test_disable '#!/bin/sh' gettext-tools/gnulib-tests/test-c32ispunct.sh
|
||||||
test_disable 'int main(){return 0;}' gettext-tools/gnulib-tests/test-stdcountof-h.c
|
test_disable 'int main(){return 0;}' gettext-tools/gnulib-tests/test-stdcountof-h.c
|
||||||
|
|
||||||
touch gettext-tools/misc/archive.dir.tar
|
touch gettext-tools/autotools/archive.dir.tar
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
t.Load(Diffutils),
|
t.Load(Diffutils),
|
||||||
t.Load(Gzip),
|
t.Load(Gzip),
|
||||||
t.Load(Sed),
|
t.Load(Sed),
|
||||||
|
|
||||||
|
t.Load(KernelHeaders),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
func init() { artifactsF[Gettext] = Toolchain.newGettext }
|
func init() { artifactsF[Gettext] = Toolchain.newGettext }
|
||||||
|
|||||||
Reference in New Issue
Block a user