Skip to content

Commit 67829ce

Browse files
committed
fix: install lld in release image
1 parent efcd1dc commit 67829ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/scripts/release.sh

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ dnf install -y 'dnf-command(config-manager)'
1818
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
1919
dnf install -y gh
2020

21+
echo "--- Install ldd"
22+
yum install -y centos-release-scl-rh
23+
yum install -y llvm-toolset-7.0-lld
24+
source /opt/rh/llvm-toolset-7.0/enable
25+
2126
echo "--- Release create"
2227
gh release create "${BUILDKITE_TAG}" --generate-notes -d -p
2328

0 commit comments

Comments
 (0)