summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-07-19 16:03:36 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-07-19 16:03:36 -0400
commitc69852d6bc254bbbfabb621f740d28f263877a76 (patch)
tree5f5fc0126aa4fe3ab03a6ef6a730b8f7c055eb12 /.github
parent31e84edb14327050ba74bf213c5b17451cca311e (diff)
downloadlibgit2-c69852d6bc254bbbfabb621f740d28f263877a76.tar.gz
ci: enable strict allocation checking on one node
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 38c79faf8..2bc91e73c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -86,7 +86,7 @@ jobs:
env:
CC: gcc
CMAKE_GENERATOR: Ninja
- CMAKE_OPTIONS: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
+ CMAKE_OPTIONS: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DDEBUG_STRICT_ALLOC=ON
os: ubuntu-latest
- # Xenial, GCC, mbedTLS
container: