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

yuanzhou 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 3901e9fd2e [INFRA] Add --no-check-certificate to wget_opts (#11263)
3901e9fd2e is described below

commit 3901e9fd2e0248bea8cfd54f394d7b0ad5da0bb5
Author: Zouxxyy <[email protected]>
AuthorDate: Mon Dec 8 15:25:56 2025 +0800

    [INFRA] Add --no-check-certificate to wget_opts (#11263)
---
 .github/workflows/util/install-spark-resources.sh | 2 +-
 .github/workflows/velox_backend_x86.yml           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/util/install-spark-resources.sh 
b/.github/workflows/util/install-spark-resources.sh
index 4257be3fce..4d1dd27a9c 100755
--- a/.github/workflows/util/install-spark-resources.sh
+++ b/.github/workflows/util/install-spark-resources.sh
@@ -43,7 +43,7 @@ function install_spark() {
   local 
remote_binary_checksum="${mirror_host}${url_path}${local_binary_checksum}${url_query}"
   local remote_source="${mirror_host2}${url_path}${local_source}${url_query}"
   local 
remote_source_checksum="${mirror_host}${url_path}${local_source_checksum}${url_query}"
-  local wget_opts="--no-verbose"
+  local wget_opts="--no-verbose --no-check-certificate"
 
   wget ${wget_opts} -O "${local_binary}" "${remote_binary}"
   wget ${wget_opts} -O "${local_source}" "${remote_source}"
diff --git a/.github/workflows/velox_backend_x86.yml 
b/.github/workflows/velox_backend_x86.yml
index 0128ef12f5..52d6d92624 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -19,6 +19,7 @@ on:
   pull_request:
     paths:
       - '.github/workflows/velox_backend_x86.yml'
+      - '.github/workflows/util/install-spark-resources.sh' #TODO remove after 
image update
       - 'pom.xml'
       - 'backends-velox/**'
       - 'gluten-uniffle/**'


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

Reply via email to