drm: Branch 'master'

[email protected] (GitLab Mirror) Tue, 19 Feb 2019 12:40:53 +0000 (UTC)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
 .gitlab-ci.yml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1592d471bba5eadc626dcdf3975d1fc07c70dfe0
Author: Eric Engestrom <[email protected]>
Date:   Tue Feb 19 11:49:28 2019 +0000

    gitlab-ci: fix archlinux builds
    
    base/archlinux has been replaced with archlinux/base, which is
    maintained directly by the archlinux community.
    
    Signed-off-by: Eric Engestrom <[email protected]>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0edfdff..ac2a9d2d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@
 
 latest-meson:
   stage: build
-  image: base/archlinux:latest
+  image: archlinux/base:latest
   before_script:
     - pacman -Syu --noconfirm --needed
         base-devel
@@ -69,7 +69,7 @@ latest-meson:
 
 latest-autotools:
   stage: build
-  image: base/archlinux:latest
+  image: archlinux/base:latest
   artifacts: *artifacts-autotools
   before_script:
     - pacman -Syu --noconfirm --needed


--