mirror of
https://abf.rosa.ru/djam/gitlab-runner.git
synced 2025-02-23 08:22:47 +00:00
Compare commits
2 commits
ce7c05b0c8
...
27b147a3a6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
27b147a3a6 | ||
![]() |
94239f3da7 |
2 changed files with 3 additions and 1 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
gitlab-runner-v13.9.0.tar.bz2: 5243778bee9e41759c7053dd40b42b2a7e8f9e57
|
||||
gitlab-runner-v13.9.0.tar.bz2: 4fbfa1308fe32c8ff1e38f0e43b8f335dc98e7e9
|
||||
|
|
|
@ -12,6 +12,7 @@ Group: Development/Other
|
|||
BuildRequires: go >= 1.11
|
||||
BuildRequires: git-core
|
||||
BuildRequires: upx
|
||||
BuildRequires: bzip2
|
||||
|
||||
|
||||
%description
|
||||
|
@ -22,6 +23,7 @@ run your CI/CD jobs and send the results back to GitLab
|
|||
%setup -qn %{name}-v%{version}
|
||||
|
||||
%build
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
go build -o bin/%{name} -ldflags="-s -w -X gitlab.com/gitlab-org/%{name}/common.VERSION=%{version} \
|
||||
-X gitlab.com/gitlab-org/%{name}/common.NAME=%{name} \
|
||||
-X gitlab.com/gitlab-org/%{name}/common.BUILT=ROSA"
|
||||
|
|
Loading…
Add table
Reference in a new issue