Skip to content

Commit

Permalink
[sanitizer] Enable msan aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Aug 19, 2022
1 parent 208b796 commit ab21cea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions zorg/buildbot/builders/sanitizers/buildbot_bootstrap_msan.sh
Expand Up @@ -7,11 +7,6 @@ set -u
HERE="$(cd $(dirname $0) && pwd)"
. ${HERE}/buildbot_functions.sh

# FIXME: One test timeouts, the rest is good. Enable after moving to buildbot.
# Slow: 811.35s: llvm-libc++-shared.cfg.in :: libcxx/modules_include.sh.cpp
# Timeouts: llvm-libc++-shared.cfg.in :: std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
[[ "$(arch)" != "aarch64" ]] || exit 0

ROOT=`pwd`
PLATFORM=`uname`
export PATH="/usr/local/bin:$PATH"
Expand Down

0 comments on commit ab21cea

Please sign in to comment.