Skip to content

Commit

Permalink
debug build_and_run_asan job
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Jul 9, 2024
1 parent 4ee909d commit 824a6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sanitizers/build_sanitizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ cmake --build "${LIBCXX_BUILD_PATH}" -j${PARALLELISM} --target cxx cxxabi unwind
# Variables read by our custom CMake toolchain used to build everything else.
export LIBCXX_BUILD_PATH="$(realpath ${LIBCXX_BUILD_PATH})"
export DIR_SRC_BMQ="${DIR_SRC_BMQ}"
export DIR_SCRIPTS="${DIR_SCRIPTS}"

# :: Build BDE + NTF ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
TOOLCHAIN_PATH="${DIR_SCRIPTS}/clang-libcxx-${SANITIZER_NAME}.cmake"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers/clang-libcxx-asan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmake_minimum_required (VERSION 3.25)
# endif()
# endif()

# include("/sanitizers/BBToolchain64.cmake")
include("$ENV{DIR_SCRIPTS}/BBToolchain64.cmake")

if(DEFINED ENV{CC})
set(CMAKE_C_COMPILER $ENV{CC} CACHE STRING "Instrumentation C compiler" FORCE)
Expand Down

0 comments on commit 824a6e5

Please sign in to comment.