mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 10:38:21 +04:00
gitlab-runner: update to 13.9.0
Remove no MIPS depends as it supports MIPS now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
11
devel/gitlab-runner/patches/010-test.patch
Normal file
11
devel/gitlab-runner/patches/010-test.patch
Normal file
@@ -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")
|
||||
Reference in New Issue
Block a user