gitlab-runner: 16.0.2 -> 16.1.0 (#239145)
https://gitlab.com/gitlab-org/gitlab-runner/-/blob/v16.1.0/CHANGELOG.md
This commit is contained in:
parent
7083d0be9e
commit
ae510faca5
@ -1,7 +1,7 @@
|
||||
{ lib, buildGoModule, fetchFromGitLab, fetchurl, bash }:
|
||||
|
||||
let
|
||||
version = "16.0.2";
|
||||
version = "16.1.0";
|
||||
in
|
||||
buildGoModule rec {
|
||||
inherit version;
|
||||
@ -17,13 +17,13 @@ buildGoModule rec {
|
||||
# For patchShebangs
|
||||
buildInputs = [ bash ];
|
||||
|
||||
vendorHash = "sha256-BgT+anRMkF00LLi+7Em0pXElwBnPz3QTs0G5+yoEj/k=";
|
||||
vendorHash = "sha256-tlTmKq1a5hX8G0+7RC1QbWA7YVnoBS5R9QqXljJ4bVg=";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitlab-runner";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-t1DI7AhxnnBoP5h54dUCKtJcIffxmv0c7OczVhEy3rI=";
|
||||
sha256 = "sha256-1obA2f/YtOBkgYLJqcHQWbaCezEw7lUXs4OxFiONCm8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -49,6 +49,12 @@ buildGoModule rec {
|
||||
rm executors/docker/services_test.go
|
||||
'';
|
||||
|
||||
excludedPackages = [
|
||||
# CI helper script for pushing images to Docker and ECR registries
|
||||
# https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/4139
|
||||
"./scripts/sync-docker-images"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
install packaging/root/usr/share/gitlab-runner/clear-docker-cache $out/bin
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user