This is an automated email from the ASF dual-hosted git repository.
wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new bceffdaf2 fix(ci): ldap build failure (#9829)
bceffdaf2 is described below
commit bceffdaf27a44fee4596870bc6e6e7118e242c83
Author: Abhishek Choudhary <[email protected]>
AuthorDate: Fri Jul 14 09:25:01 2023 +0545
fix(ci): ldap build failure (#9829)
---
ci/common.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ci/common.sh b/ci/common.sh
index 509647b00..ce34bd1d0 100644
--- a/ci/common.sh
+++ b/ci/common.sh
@@ -102,6 +102,9 @@ install_nodejs () {
install_rust () {
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo sh -s --
-y
source "$HOME/.cargo/env"
+ # 1.69.0 version required to compile lua-resty-ldap
+ rustup install 1.69.0
+ rustup default 1.69.0
}
set_coredns() {