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 d77d67227 fix: add libyaml-dev dependency for apt. (#11291)
d77d67227 is described below

commit d77d67227e6531bf61ee23d72c2812d6efe05f43
Author: Adam Huganir <[email protected]>
AuthorDate: Wed Jun 5 03:12:24 2024 -0400

    fix: add libyaml-dev dependency for apt. (#11291)
---
 utils/install-dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/install-dependencies.sh b/utils/install-dependencies.sh
index 0a50fa9c3..305421e83 100755
--- a/utils/install-dependencies.sh
+++ b/utils/install-dependencies.sh
@@ -78,7 +78,7 @@ function install_dependencies_with_apt() {
     sudo apt-get update
 
     # install some compilation tools
-    sudo apt-get install -y curl make gcc g++ cpanminus libpcre3 libpcre3-dev 
libldap2-dev unzip openresty-zlib-dev openresty-pcre-dev
+    sudo apt-get install -y curl make gcc g++ cpanminus libpcre3 libpcre3-dev 
libldap2-dev libyaml-dev unzip openresty-zlib-dev openresty-pcre-dev
 }
 
 # Identify the different distributions and call the corresponding function

Reply via email to