From 5371eb8474cc4dced751d0515c1ea9499d009668 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Sun, 29 Oct 2023 20:38:55 +0000 Subject: Use KLEE's uClibc v1.4 as default to support the compilation with newer compilers --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 96122bcb..fa924a37 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ env: SOLVERS: STP:Z3 STP_VERSION: 2.3.3 TCMALLOC_VERSION: 2.9.1 - UCLIBC_VERSION: klee_uclibc_v1.3 + UCLIBC_VERSION: klee_uclibc_v1.4 USE_TCMALLOC: 1 USE_LIBCXX: 1 Z3_VERSION: 4.8.15 -- cgit 1.4.1