mirror of
https://abf.rosa.ru/djam/pulumi.git
synced 2025-04-18 16:34:14 +00:00
Compare commits
27 commits
djam_perso
...
rosa2016.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
67a1e4c3ed | ||
![]() |
46a86dccd1 | ||
![]() |
3397a1390d | ||
![]() |
4c202b4877 | ||
![]() |
d596e8fd42 | ||
![]() |
a8886c3fa8 | ||
![]() |
e7886809db | ||
![]() |
fe96170172 | ||
![]() |
ee7fad98da | ||
![]() |
9ede4324ff | ||
![]() |
2055fcdcdf | ||
![]() |
d66ed68c18 | ||
![]() |
5b896524b7 | ||
a54834a781 | |||
502146b68b | |||
65d5a7499c | |||
8fad9f6bf8 | |||
5cb659be1a | |||
1a57c65571 | |||
689f13f2dc | |||
8fb4d86b2e | |||
9a5df69e34 | |||
c7c2282288 | |||
44021a40aa | |||
9171e37dd8 | |||
38b7375069 | |||
b613f0adac |
4 changed files with 26 additions and 8 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
pulumi-3.135.1.tar.gz: 0670e13926e5aeb55de1e1652736ffafa0c9014c
|
||||
pulumi-3.162.0.tar.gz: 891a5a1adb3a76707e89d057d6063244a4fcccde
|
||||
|
|
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: '1'
|
||||
|
||||
name: Run CI/CD...
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: r11_builder
|
||||
steps:
|
||||
- name: Jobs
|
||||
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.*~
|
||||
*~
|
||||
.env
|
12
pulumi.spec
12
pulumi.spec
|
@ -1,9 +1,9 @@
|
|||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
%define secscan 1
|
||||
%define secscan 0
|
||||
|
||||
Name: pulumi
|
||||
Version: 3.135.1
|
||||
Version: 3.162.0
|
||||
Release: 1
|
||||
Summary: Modern Infrastructure as Code
|
||||
URL: https://www.pulumi.com
|
||||
|
@ -18,7 +18,7 @@ BuildRequires: upx
|
|||
BuildRequires: clamav
|
||||
BuildRequires: trivy
|
||||
%endif
|
||||
|
||||
BuildRequires: pkgconfig(openssl3.3)
|
||||
|
||||
%description
|
||||
Pulumi's Infrastructure as Code SDK is the easiest way to
|
||||
|
@ -77,8 +77,7 @@ Pulumi language nodejs
|
|||
|
||||
%build
|
||||
export GO111MODULE=on
|
||||
#export GOPROXY=direct
|
||||
export GOPROXY=https://proxy.golang.org/cached-only
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
|
||||
pushd pkg
|
||||
go mod download
|
||||
|
@ -107,8 +106,7 @@ popd
|
|||
|
||||
popd
|
||||
|
||||
|
||||
upx bin/*
|
||||
#upx bin/*
|
||||
|
||||
%install
|
||||
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue