Skip to content

Commit

Permalink
fix: install lld in release image
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 committed Oct 17, 2022
1 parent efcd1dc commit 67829ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ dnf install -y 'dnf-command(config-manager)'
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
dnf install -y gh

echo "--- Install ldd"
yum install -y centos-release-scl-rh
yum install -y llvm-toolset-7.0-lld
source /opt/rh/llvm-toolset-7.0/enable

echo "--- Release create"
gh release create "${BUILDKITE_TAG}" --generate-notes -d -p

Expand Down

0 comments on commit 67829ce

Please sign in to comment.