internal/rosa/package/tamago: 1.26.6 to 1.27.0

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-21 13:50:49 +09:00
parent 2ca57764a3
commit 84ab8daf6a
+2 -5
View File
@@ -3,11 +3,11 @@ package tamago {
website = "https://github.com/usbarmory/tamago-go"; website = "https://github.com/usbarmory/tamago-go";
anitya = 388872; anitya = 388872;
version# = "1.26.6"; version# = "1.27.0";
source = remoteGitHub { source = remoteGitHub {
suffix = "usbarmory/tamago-go"; suffix = "usbarmory/tamago-go";
tag = "tamago-go"+version; tag = "tamago-go"+version;
checksum = "dbqqa7cmmTfzUrc1ROuvv7-QAJqd6aYuzZy_Ab6EZIiJwSVusmR6WdsgXEayuxoo"; checksum = "PV8a5fccqZifVUG7HJ6jTFk_0x6YIu1BSgYByCdJoTllm4NuQc9-Ngk_nuS7Nb3i";
}; };
env = [ env = [
@@ -29,9 +29,6 @@ chmod -R +w ..
sed -i \ sed -i \
's,/lib/ld-musl-` + linuxArch + `.so.1,/system/bin/linker,' \ 's,/lib/ld-musl-` + linuxArch + `.so.1,/system/bin/linker,' \
cmd/link/internal/` + arch + `/obj.go cmd/link/internal/` + arch + `/obj.go
sed -i \
's/cpu.X86.HasAVX512VBMI/& \&\& cpu.X86.HasPOPCNT/' \
internal/runtime/gc/scan/scan_amd64.go
rm \ rm \
os/root_unix_test.go \ os/root_unix_test.go \