mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
testing/gomp: update go.{mod/sum} to build loongarch64
Signed-off-by: yzewei <yangzewei@loongson.cn>
This commit is contained in:
parent
9c24bb37a3
commit
05629debf7
@ -11,6 +11,12 @@ makedepends="go"
|
|||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/aditya-K2/gomp/archive/refs/tags/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/aditya-K2/gomp/archive/refs/tags/v$pkgver.tar.gz"
|
||||||
options="!check" # no tests suite
|
options="!check" # no tests suite
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
go get -u golang.org/x/sys@v0.21.0
|
||||||
|
go mod tidy
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
go generate
|
go generate
|
||||||
go build
|
go build
|
||||||
|
Loading…
Reference in New Issue
Block a user