From bac87fc95c41b7bde6762366dc04c52be53da1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 28 Dec 2021 17:45:28 +0100 Subject: [PATCH] A step back and try to fix "linkflags=-fno-sanitize-recover=all: No such file or directory" error... --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dbe5e4..2fdac6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,7 @@ jobs: llvm_os: "" llvm_ver: "" comment: "cppcheck" - - name: "COMMENT=ubsan,asan B2_VARIANT=variant=debug B2_TOO Job 16" + - name: "COMMENT=ubsan B2_VARIANT=variant=debug B2_TOO Job 16" buildtype: "boost" packages: "g++-8" packages_to_remove: "" @@ -211,13 +211,13 @@ jobs: sources: "" llvm_os: "" llvm_ver: "" - comment: "ubsan,asan" + comment: "ubsan" b2_variant: "variant=debug" b2_toolset: "gcc-8" b2_cxxstd: "03,11,14,17,2a" b2_defines: "define=BOOST_NO_STRESS_TEST=1" - b2_cxxflags: "cxxflags=-fno-omit-frame-pointer cxxflags=-fsanitize=undefined,address cxxflags=-fno-sanitize-recover=all" - b2_linkflags: "linkflags=-fsanitize=undefined,address" + b2_cxxflags: "cxxflags=-fno-omit-frame-pointer cxxflags=-fsanitize=undefined cxxflags=-fno-sanitize-recover=all" + b2_linkflags: "linkflags=-fsanitize=undefined linkflags=-fuse-ld=gold" ubsan_options: "print_stacktrace=1" - name: "COMMENT=valgrind B2_TOOLSET=clang-6.0 B2_CXXS Job 17" buildtype: "b5847f804b-db180b7bd2"