Skip to content

Commit

Permalink
build.yaml: 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 10, 2024
1 parent b072e36 commit 01f7999
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sanitizers/build_sanitizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ export DIR_SCRIPTS="${DIR_SCRIPTS}"

#################################################
echo #################################################
sudo update-alternatives --all
# sudo update-alternatives --all
echo #################################################

sudo update-alternatives --remove-all gcc
sudo update-alternatives --remove-all llvm
sudo update-alternatives --remove-all clang
# sudo update-alternatives --remove-all gcc
# sudo update-alternatives --remove-all llvm
# sudo update-alternatives --remove-all clang

# sudo ln -sf /usr/bin/clang-${LLVM_VERSION} /usr/bin/clang
# sudo ln -sf /usr/bin/clang++-${LLVM_VERSION} /usr/bin/clang++
Expand All @@ -155,7 +155,8 @@ sudo update-alternatives \
--slave /usr/bin/lld lld /usr/bin/lld-18 \

echo #################################################
sudo update-alternatives --all
# sudo update-alternatives --all
sudo update-alternatives --config clang
echo #################################################
#################################################

Expand Down

0 comments on commit 01f7999

Please sign in to comment.