mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
d7117007ef
commit
c48ed4dcf7
1 changed files with 15 additions and 1 deletions
|
@ -8,11 +8,25 @@ versions:
|
||||||
dependencies:
|
dependencies:
|
||||||
nodejs.org: '>=20.10'
|
nodejs.org: '>=20.10'
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- linux
|
||||||
|
- darwin/aarch64
|
||||||
|
# this changed in 2.16.0:
|
||||||
|
# case runtime.GOOS == "darwin" && runtime.GOARCH == "arm64":
|
||||||
|
# tarName = "mongoutil-1.6.1-darwin-arm64.txz"
|
||||||
|
# case runtime.GOOS == "linux" && runtime.GOARCH == "amd64":
|
||||||
|
# tarName = "mongoutil-1.6.1-linux-amd64.txz"
|
||||||
|
# case runtime.GOOS == "linux" && runtime.GOARCH == "arm64":
|
||||||
|
# tarName = "mongoutil-1.6.1-linux-arm64.txz"
|
||||||
|
# default:
|
||||||
|
# return "", "", errors.Errorf("unsupported platform: %s/%s", runtime.GOOS, runtime.GOARCH)
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
go.dev: ^1.22
|
go.dev: =1.21.6
|
||||||
pnpm.io: '*'
|
pnpm.io: '*'
|
||||||
linux:
|
linux:
|
||||||
|
kerberos.org: 1 # added in 2.16.0
|
||||||
# error: invalid linker name in argument '-fuse-ld=gold'
|
# error: invalid linker name in argument '-fuse-ld=gold'
|
||||||
gnu.org/gcc: '*'
|
gnu.org/gcc: '*'
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue