From 1329b9fe2e0bdb19b0850dbaae71e374f42ae751 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 18 Jan 2021 20:16:13 -0800 Subject: gitlab-runner: update to 13.9.0 Remove no MIPS depends as it supports MIPS now. Signed-off-by: Rosen Penev --- devel/gitlab-runner/patches/010-test.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/gitlab-runner/patches/010-test.patch (limited to 'devel/gitlab-runner/patches/010-test.patch') diff --git a/devel/gitlab-runner/patches/010-test.patch b/devel/gitlab-runner/patches/010-test.patch new file mode 100644 index 000000000..746cb587c --- /dev/null +++ b/devel/gitlab-runner/patches/010-test.patch @@ -0,0 +1,11 @@ +--- a/common/buildtest/masking.go ++++ b/common/buildtest/masking.go +@@ -39,7 +39,7 @@ func RunBuildWithMasking(t *testing.T, c + + buf.Finish() + +- contents, err := buf.Bytes(0, math.MaxInt64) ++ contents, err := buf.Bytes(0, math.MaxInt32) + assert.NoError(t, err) + + assert.NotContains(t, string(contents), "MASKED_KEY=MASKED_VALUE") -- cgit v1.2.3