aboutsummaryrefslogtreecommitdiff
path: root/devel/gitlab-runner/patches/010-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gitlab-runner/patches/010-test.patch')
-rw-r--r--devel/gitlab-runner/patches/010-test.patch11
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")