diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-01-18 20:16:13 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-02-22 22:26:15 -0800 |
commit | 1329b9fe2e0bdb19b0850dbaae71e374f42ae751 (patch) | |
tree | 0bb34a56813d601477b29c30c4d3da6e978af177 /devel/gitlab-runner/patches | |
parent | 515c780da346f0b89bbb5f52c8b262b971eaef0c (diff) |
gitlab-runner: update to 13.9.0
Remove no MIPS depends as it supports MIPS now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'devel/gitlab-runner/patches')
-rw-r--r-- | devel/gitlab-runner/patches/010-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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") |