[geos-commits] [SCM] GEOS branch main-relate-ng updated. 1425848a52eb3937d7ef6c48ca60bf4866852103
git at osgeo.org
git at osgeo.org
Fri Aug 9 10:57:47 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main-relate-ng has been updated
via 1425848a52eb3937d7ef6c48ca60bf4866852103 (commit)
from f6b401a3e133a3b2c76b37c2d5e48761e1d457e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1425848a52eb3937d7ef6c48ca60bf4866852103
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Aug 9 10:57:24 2024 -0700
increase valgrind stack reporting size
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1f3771583..a5b4e1a86 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -273,7 +273,7 @@ jobs:
working-directory: ./build
run: |
ctest --output-on-failure \
- --overwrite MemoryCheckCommandOptions="--leak-check=full --error-exitcode=100" \
+ --overwrite MemoryCheckCommandOptions="--leak-check=full --error-exitcode=100 --num-callers=100" \
-R ^all-unit -C Valgrind -T memcheck
- name: 'Upload Valgrind Log'
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list