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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new e49d8ae155 GH-38711: [CI] Rollback aws-cli for preview documentation 
(#38723)
e49d8ae155 is described below

commit e49d8ae15583ceff03237571569099a6ad62be32
Author: Hyunseok Seo <[email protected]>
AuthorDate: Wed Nov 15 14:17:42 2023 +0900

    GH-38711: [CI] Rollback aws-cli for preview documentation (#38723)
    
    
    
    ### Rationale for this change
    
    Restored the Runner image to not delete `aws-cli` for the execution of the 
`preview-docs` command.
    
    ### Are these changes tested?
    
    No
    
    ### Are there any user-facing changes?
    
    No
    
    * Closes: #38711
    
    Authored-by: Hyunseok Seo <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 ci/scripts/util_free_space.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ci/scripts/util_free_space.sh b/ci/scripts/util_free_space.sh
index 0518869d06..dd6ba2c460 100755
--- a/ci/scripts/util_free_space.sh
+++ b/ci/scripts/util_free_space.sh
@@ -25,7 +25,6 @@ du -hsc /usr/local/*
 echo "::endgroup::"
 # ~1GB
 sudo rm -rf \
-  /usr/local/aws-cli \
   /usr/local/aws-sam-cil \
   /usr/local/julia* || :
 echo "::group::/usr/local/bin/*"
@@ -34,8 +33,6 @@ echo "::endgroup::"
 # ~1GB (From 1.2GB to 214MB)
 sudo rm -rf \
   /usr/local/bin/aliyun \
-  /usr/local/bin/aws \
-  /usr/local/bin/aws_completer \
   /usr/local/bin/azcopy \
   /usr/local/bin/bicep \
   /usr/local/bin/cmake-gui \

Reply via email to