commit | ea5ce49651e4a417d38f0e591702d0309ca3e032 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Fri Sep 30 20:25:25 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Oct 05 01:46:24 2022 -0400 |
tree | ccd6758b1d381b28f65223872d9ae4b273cab134 | |
parent | e16ac8693f5aa6916cd728ca9d4df63e9889175f [diff] [blame] |
build: link with lld if available Change-Id: Iaf1e7110e629fa1fa16bbd8b8cc1418fafd2408b
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh index 12b5de3..5f358cd 100755 --- a/.jenkins.d/00-deps.sh +++ b/.jenkins.d/00-deps.sh
@@ -39,6 +39,6 @@ fi elif [[ $ID_LIKE == *fedora* ]]; then - sudo dnf -y install gcc-c++ libasan pkgconf-pkg-config python3 \ + sudo dnf -y install gcc-c++ libasan lld pkgconf-pkg-config python3 \ boost-devel openssl-devel sqlite-devel fi