mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
d62bba1b4e
commit
1d8de3dbb4
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ provides:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
go.dev: ~1.20 # per go.mod
|
go.dev: ~1.21 # per go.mod
|
||||||
nodejs.org: ^20
|
nodejs.org: ^20
|
||||||
classic.yarnpkg.com: "*"
|
classic.yarnpkg.com: '*'
|
||||||
linux/aarch64:
|
linux/aarch64:
|
||||||
gnu.org/gcc: '*' # cgo _really_ wants g++/ld.gold
|
gnu.org/gcc: '*' # cgo _really_ wants g++/ld.gold
|
||||||
script:
|
script:
|
||||||
|
@ -25,7 +25,7 @@ build:
|
||||||
GOSUMDB: sum.golang.org
|
GOSUMDB: sum.golang.org
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
BUILDLOC: "{{prefix}}/bin/tilt"
|
BUILDLOC: '{{prefix}}/bin/tilt'
|
||||||
LDFLAGS:
|
LDFLAGS:
|
||||||
- -s
|
- -s
|
||||||
- -w
|
- -w
|
||||||
|
|
Loading…
Reference in a new issue