mirror of
https://abf.rosa.ru/djam/pulumi.git
synced 2025-02-23 09:12:50 +00:00
3.86.0
This commit is contained in:
parent
f51934e01b
commit
2112bb9d47
2 changed files with 4 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
pulumi-3.85.0.tar.gz: 442dbfe4d6e0e0f71fa87f6e6af4bffd52c7b0bd
|
pulumi-3.86.0.tar.gz: 610c6a0280b3fa776fe6f745654607647e2278e3
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
Name: pulumi
|
Name: pulumi
|
||||||
Version: 3.85.0
|
Version: 3.86.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Modern Infrastructure as Code
|
Summary: Modern Infrastructure as Code
|
||||||
URL: https://www.pulumi.com
|
URL: https://www.pulumi.com
|
||||||
|
@ -67,6 +67,8 @@ Pulumi language nodejs
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
|
export GOPROXY=direct
|
||||||
|
|
||||||
pushd pkg
|
pushd pkg
|
||||||
go mod download
|
go mod download
|
||||||
go build "-buildmode=pie" -ldflags "-s -w -X github.com/pulumi/pulumi/pkg/v3/version.Version=%{version}" -o ../bin/%{name} ./cmd/pulumi
|
go build "-buildmode=pie" -ldflags "-s -w -X github.com/pulumi/pulumi/pkg/v3/version.Version=%{version}" -o ../bin/%{name} ./cmd/pulumi
|
||||||
|
|
Loading…
Add table
Reference in a new issue