From e876f54326ae083da015f19fa08b1930229aec82 Mon Sep 17 00:00:00 2001 From: Ben Deane Date: Tue, 9 Jun 2026 15:21:02 -0600 Subject: [PATCH] :arrow_up: Update Mull to v0.34.0 Problem: - Mull is out of date and does not match the upstream CICD repo usage. Solution: - Update to newer version. --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 5914d62..0080422 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -17,7 +17,7 @@ env: DEFAULT_GCC_VERSION: 14 MULL_LLVM_MAJOR_VERSION: 20 MULL_LLVM_VERSION: 20.1.2 - MULL_VERSION: 0.29.0 + MULL_VERSION: 0.34.0 HYPOTHESIS_PROFILE: default concurrency: @@ -295,7 +295,7 @@ jobs: - name: Test working-directory: ${{github.workspace}}/build run: | - ctest --output-on-failure -j -E EXPECT_FAIL -T memcheck + ctest --output-on-failure -j -E "EXPECT_FAIL|PYTHON" -T memcheck LOGFILE=$(ls ./Testing/Temporary/LastDynamicAnalysis_*.log) FAILSIZE=$(du -c ./Testing/Temporary/MemoryChecker.* | tail -1 | cut -f1)