This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 769f6fac3 [MINOR] Update repository first when setting up build env on 
Ubuntu (#6749)
769f6fac3 is described below

commit 769f6fac3521507a46448248dff42d7b243710d6
Author: Wechar Yu <[email protected]>
AuthorDate: Fri Aug 9 13:20:33 2024 +0800

    [MINOR] Update repository first when setting up build env on Ubuntu (#6749)
---
 dev/vcpkg/setup-build-depends.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/vcpkg/setup-build-depends.sh b/dev/vcpkg/setup-build-depends.sh
index da104b6df..ca272a831 100755
--- a/dev/vcpkg/setup-build-depends.sh
+++ b/dev/vcpkg/setup-build-depends.sh
@@ -184,7 +184,7 @@ install_ubuntu_18.04() {
 }
 
 install_ubuntu_20.04() {
-    apt-get -y install \
+    apt-get update && apt-get -y install \
         wget curl tar zip unzip git \
         build-essential ccache cmake ninja-build pkg-config autoconf 
autoconf-archive libtool \
         flex bison \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to