[master] 47a9ae005 [cci] download fixed package in /tmp
    Guillaume Quintard 
    guillaume at varnish-software.com
       
    Mon Feb 15 15:56:06 UTC 2021
    
    
  
commit 47a9ae00572ad6afa261f29c1dfc0be0b636423e
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Mon Feb 15 07:55:24 2021 -0800
    [cci] download fixed package in /tmp
diff --git a/.circleci/config.yml b/.circleci/config.yml
index eb89904c0..09d0f2db1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -207,7 +207,9 @@ jobs:
                     sudo
             elif [ << parameters.dist >> = archlinux ]; then
                 # XXX: TEMPORARY fix for https://bugs.archlinux.org/task/69563
+                cd /tmp
                 patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && bsdtar -C / -xvf "$patched_glibc"
+                cd -
                 pacman -Sy --noconfirm \
                     base-devel \
                     ca-certificates \
    
    
More information about the varnish-commit
mailing list