diff options
| author | MarcoFalke <[email protected]> | 2020-05-31 18:52:59 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-05-31 18:37:56 -0400 |
| commit | faf62e6ed0ca45db44c370844c3515eb5a8cda12 (patch) | |
| tree | 218a775fa8cd4e37dec092869be8ab3a6870e22c | |
| parent | ci: Install llvm to get llvm symbolizer (diff) | |
| download | discoin-faf62e6ed0ca45db44c370844c3515eb5a8cda12.tar.xz discoin-faf62e6ed0ca45db44c370844c3515eb5a8cda12.zip | |
ci: Remove unused workaround
| -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 e939b9eee..80806aab7 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 |