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

alsay pushed a commit to branch add_unzip
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git


The following commit(s) were added to refs/heads/add_unzip by this push:
     new 18bd74c  Include unzip tool into build process
18bd74c is described below

commit 18bd74c93fe3fb917c53e96f08d22af42757bb8b
Author: Daniel De Leo <[email protected]>
AuthorDate: Tue Jan 7 16:33:33 2025 -0500

    Include unzip tool into build process
    
    #109 introduced unzip tool into the build process which is not a tool that 
was included in the cloudbuild.yaml image
---
 cloudbuild.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloudbuild.yaml b/cloudbuild.yaml
index e0d8203..92cc09c 100644
--- a/cloudbuild.yaml
+++ b/cloudbuild.yaml
@@ -8,7 +8,7 @@ steps:
   args:
     - '-c'
     - |
-      apt-get install -y wget
+      apt-get install -y wget unzip
       git clone https://github.com/emscripten-core/emsdk.git
       cd emsdk
       ./emsdk install latest


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

Reply via email to