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

adonisling pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/main by this push:
     new f1595d4  [chore](workflow) Don't upgrade the packages to fix the 
potential failures (#40)
f1595d4 is described below

commit f1595d4a35e6b601191e80b9cdf4ea9b1aa03bcd
Author: Adonis Ling <[email protected]>
AuthorDate: Mon Feb 27 14:39:22 2023 +0800

    [chore](workflow) Don't upgrade the packages to fix the potential failures 
(#40)
---
 .github/workflows/build-1.2.yml | 1 -
 .github/workflows/build.yml     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.github/workflows/build-1.2.yml b/.github/workflows/build-1.2.yml
index 0ce1b0d..36e17aa 100644
--- a/.github/workflows/build-1.2.yml
+++ b/.github/workflows/build-1.2.yml
@@ -180,7 +180,6 @@ jobs:
             export PATH="${DEFAULT_DIR}/ldb-toolchain/bin:${PATH}"
 
             sudo apt update
-            sudo apt upgrade --yes
             sudo DEBIAN_FRONTEND=noninteractive apt install --yes ${{ 
matrix.config.packages }}
 
             mkdir -p "${DEFAULT_DIR}"
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5c870dc..ead1454 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -170,7 +170,6 @@ jobs:
             export PATH="${DEFAULT_DIR}/ldb-toolchain/bin:${PATH}"
 
             sudo apt update
-            sudo apt upgrade --yes
             sudo DEBIAN_FRONTEND=noninteractive apt install --yes ${{ 
matrix.config.packages }}
 
             mkdir -p "${DEFAULT_DIR}"


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

Reply via email to