We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcd1dc commit 67829ceCopy full SHA for 67829ce
ci/scripts/release.sh
@@ -18,6 +18,11 @@ dnf install -y 'dnf-command(config-manager)'
18
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
19
dnf install -y gh
20
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
+
26
echo "--- Release create"
27
gh release create "${BUILDKITE_TAG}" --generate-notes -d -p
28
0 commit comments