summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml.in
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-02 18:24:59 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-02 23:45:27 +0200
commitd2a151cea0a9066015b9e6c1fb714a84faffec0f (patch)
treec8a3e6ec90753be57d1e90a6f8ebfa1223ab5f21 /.gitlab-ci.yml.in
parent2564268f996dfb94ea2f0d1f776208bec63f6312 (diff)
.gitlab-ci.yml: use the Buildroot CI image published on Docker Hub
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to '.gitlab-ci.yml.in')
-rw-r--r--.gitlab-ci.yml.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in
index c69f9de99c..3088677e67 100644
--- a/.gitlab-ci.yml.in
+++ b/.gitlab-ci.yml.in
@@ -4,19 +4,7 @@
# It needs to be regenerated every time a defconfig is added, using
# "make .gitlab-ci.yml".
-image: debian:stable
-
-before_script:
- - dpkg --add-architecture i386
- # The container has no package lists, so need to update first
- - apt-get update -qq
- - apt-get install -y -qq --no-install-recommends
- build-essential locales bc ca-certificates file rsync gcc-multilib
- git bzr cvs mercurial subversion libc6:i386 unzip wget cpio
- python-nose2 python-pexpect qemu-system-arm qemu-system-x86
- # To be able to generate a toolchain with locales, enable one UTF-8 locale
- - sed -i 's/# \(en_US.UTF-8\)/\1/' /etc/locale.gen
- - /usr/sbin/locale-gen
+image: buildroot/base
.defconfig_script: &defconfig_script
- echo 'Configure Buildroot'