Skip to content

Commit

Permalink
Merge pull request #766 from flyingcircusio/PL-131694-pin-gitlab-runner
Browse files Browse the repository at this point in the history
gitlab-runner: fix docker executor by pinning older runner version
  • Loading branch information
dpausp authored Aug 10, 2023
2 parents 83357a8 + e2b9bc4 commit 513e4d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ in {

innotop = super.callPackage ./percona/innotop.nix { };

# XXX: pinned to the latest 16.1.0 version using Go 1.20.5 (from release 2023_017)
# until the gitlab-runner problem with Go 1.20.6 is fixed:
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/36051 and
# https://github.com/NixOS/nixpkgs/issues/245365
gitlab-runner = builtins.storePath /nix/store/hfk8w6yf0zfvs6ng1swpiyrqrk5pghn5-gitlab-runner-16.1.0;

libmodsecurity = super.callPackage ./libmodsecurity { };

jicofo = super.jicofo.overrideAttrs(oldAttrs: rec {
Expand Down
3 changes: 3 additions & 0 deletions release/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ let
"linuxPackages_5_4"
# XXX: fails on 21.05, must be fixed
"backy"
# This is a store path in the overlay which doesn't work in Hydra restricted mode.
# We don't need to test it.
"gitlab-runner"
];

includedPkgNames = [
Expand Down

0 comments on commit 513e4d9

Please sign in to comment.