From a38d4da5c9e3193513a27a18b6eeaeef438ebcef Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sat, 5 Jul 2025 03:35:37 -0700 Subject: [PATCH] Comment out sanitizer --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index e00777f2e..58387789d 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -62,7 +62,7 @@ jobs: mkdir build cd build make -f ../Makefile config-$CC SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0 VERIFIC_DIR=../verific - echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf + # echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf make -f ../Makefile -j$procs ENABLE_LTO=1 SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0 VERIFIC_DIR=../verific - name: Log yosys-config output