This commit is contained in:
Sergey Zhemoytel 2023-09-26 18:33:54 +00:00
parent f51934e01b
commit 2112bb9d47
2 changed files with 4 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
pulumi-3.85.0.tar.gz: 442dbfe4d6e0e0f71fa87f6e6af4bffd52c7b0bd pulumi-3.86.0.tar.gz: 610c6a0280b3fa776fe6f745654607647e2278e3

View file

@ -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