gitlab-ci: add gcc-multilib to the docker image
authorArnout Vandecappelle <arnout@mind.be>
Fri, 10 Mar 2017 12:35:58 +0000 (13:35 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 10 Mar 2017 13:22:25 +0000 (14:22 +0100)
This is needed for defconfigs that use syslinux.

Fixes https://gitlab.com/buildroot.org/buildroot/builds/11701092

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
.gitlab-ci.yml
.gitlab-ci.yml.in

index 1954eaa8b14da414c3814417321beb9c11669df2..cb9e6fc17c0b83fcb3208bd36d775d7fc4774bdb 100644 (file)
@@ -11,7 +11,7 @@ before_script:
     # 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
+        build-essential locales bc ca-certificates file rsync gcc-multilib
         git bzr cvs mercurial subversion libc6:i386 unzip wget cpio
     # 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
index b4a6a3fb288c8a026a4c2270c7ff3be29160b9ab..0f9cbcba334f6fee35cfbd7b360e3d7e1eb0f666 100644 (file)
@@ -11,7 +11,7 @@ before_script:
     # 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
+        build-essential locales bc ca-certificates file rsync gcc-multilib
         git bzr cvs mercurial subversion libc6:i386 unzip wget cpio
     # 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