Compare commits

..

2 commits

Author SHA1 Message Date
Your Name
27b147a3a6 13.9.0
All checks were successful
Run CI/CD... / main (push) Successful in 14m32s
2025-02-18 10:21:35 +00:00
Your Name
94239f3da7 13.9.0 2025-02-18 08:15:48 +00:00
2 changed files with 3 additions and 1 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
gitlab-runner-v13.9.0.tar.bz2: 5243778bee9e41759c7053dd40b42b2a7e8f9e57 gitlab-runner-v13.9.0.tar.bz2: 4fbfa1308fe32c8ff1e38f0e43b8f335dc98e7e9

View file

@ -12,6 +12,7 @@ Group: Development/Other
BuildRequires: go >= 1.11 BuildRequires: go >= 1.11
BuildRequires: git-core BuildRequires: git-core
BuildRequires: upx BuildRequires: upx
BuildRequires: bzip2
%description %description
@ -22,6 +23,7 @@ run your CI/CD jobs and send the results back to GitLab
%setup -qn %{name}-v%{version} %setup -qn %{name}-v%{version}
%build %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} \ 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.NAME=%{name} \
-X gitlab.com/gitlab-org/%{name}/common.BUILT=ROSA" -X gitlab.com/gitlab-org/%{name}/common.BUILT=ROSA"