mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-04 13:50:55 +00:00
ci: use gold linker for 2.0 runtime ABI
This commit is contained in:
parent
a6dff54d45
commit
07d87a0c1b
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ before_install:
|
|||
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-9 10 \
|
||||
--slave /usr/bin/clang++ clang++ /usr/bin/clang++-9;
|
||||
export PATH=$(echo "$PATH" | sed -e 's/:\/usr\/local\/clang-7.0.0\/bin//');
|
||||
if [ "$RUNTIME_VERSION" = "gnustep-2.0" ];
|
||||
then
|
||||
sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 10;
|
||||
fi;
|
||||
fi;
|
||||
install: ./travis-deps.sh
|
||||
before_script: >
|
||||
|
|
Loading…
Reference in a new issue