diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-05-31 18:52:59 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-05-31 18:37:56 -0400 |
commit | faf62e6ed0ca45db44c370844c3515eb5a8cda12 (patch) | |
tree | 218a775fa8cd4e37dec092869be8ab3a6870e22c /ci | |
parent | fa7c8509153bfd2d5b4dcff86ad27dfd73e8788b (diff) |
ci: Remove unused workaround
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/03_before_install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/test/03_before_install.sh b/ci/test/03_before_install.sh index e939b9eeeb..80806aab75 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 |