From faf62e6ed0ca45db44c370844c3515eb5a8cda12 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 31 May 2020 18:52:59 -0400 Subject: [PATCH] ci: Remove unused workaround --- ci/test/03_before_install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/test/03_before_install.sh b/ci/test/03_before_install.sh index e939b9eeeb2..80806aab75b 100755 --- a/ci/test/03_before_install.sh +++ b/ci/test/03_before_install.sh @@ -6,10 +6,6 @@ export LC_ALL=C.UTF-8 -# Add llvm-symbolizer directory to PATH. Needed to get symbolized stack traces from the sanitizers. -PATH=$PATH:/usr/lib/llvm-6.0/bin/ -export PATH - BEGIN_FOLD () { echo "" CURRENT_FOLD_NAME=$1