diff options
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") |