From e9e1164c08069439cf383a807efba7348f0491b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Thu, 18 Mar 2021 14:55:01 +0100 Subject: [PATCH] Enable MALLOC_OPTIONS=S on OpenBSD CI (#861) --- .builds/openbsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 5e7d120421..49d4ef4dbf 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -35,7 +35,7 @@ tasks: # https://todo.sr.ht/~sircmpwn/builds.sr.ht/274 ln -s ${HOME}/rizin-testbins test/bins # Running the unit tests - ninja -C build test + MALLOC_OPTIONS=S ninja -C build test - test: | cd rizin export PATH=${HOME}/bin:/usr/local/bin:${PATH} @@ -46,4 +46,4 @@ tasks: ln -s ${HOME}/rizin-testbins test/bins cd test # Running the unit tests - rz-test -L -o results.json + MALLOC_OPTIONS=S rz-test -L -o results.json