Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
69e3c941
Unverified
Commit
69e3c941
authored
Dec 19, 2023
by
James Lamb
Committed by
GitHub
Dec 19, 2023
Browse files
[ci] [R-package] allow more possibly-lost warnings from valgrind (#6233)
parent
bed9f3ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/test_r_package_valgrind.sh
.ci/test_r_package_valgrind.sh
+1
-1
No files found.
.ci/test_r_package_valgrind.sh
View file @
69e3c941
...
@@ -68,7 +68,7 @@ bytes_possibly_lost=$(
...
@@ -68,7 +68,7 @@ bytes_possibly_lost=$(
|
tr
-d
","
|
tr
-d
","
)
)
echo
"valgrind found
${
bytes_possibly_lost
}
bytes possibly lost"
echo
"valgrind found
${
bytes_possibly_lost
}
bytes possibly lost"
if
[[
${
bytes_possibly_lost
}
-gt
352
]]
;
then
if
[[
${
bytes_possibly_lost
}
-gt
1056
]]
;
then
exit
-1
exit
-1
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment