diff mbox

[3/3] gitlab-ci: add gcc-multilib to the docker image

Message ID 20170310123558.22033-3-arnout@mind.be
State Accepted
Commit 512a08309493ff34b13dcbca53c9915ce40b44e9
Headers show

Commit Message

Arnout Vandecappelle March 10, 2017, 12:35 p.m. UTC
This is needed for defconfigs that use sylinux.

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

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 .gitlab-ci.yml    | 2 +-
 .gitlab-ci.yml.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Arnout Vandecappelle March 10, 2017, 12:37 p.m. UTC | #1
On 10-03-17 13:35, Arnout Vandecappelle (Essensium/Mind) wrote:
> This is needed for defconfigs that use sylinux.
 D'oh!                                   ^^^^^^^syslinux, obviously.

 Regards,
 Arnout
Peter Korsgaard March 10, 2017, 1:22 p.m. UTC | #2
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 > On 10-03-17 13:35, Arnout Vandecappelle (Essensium/Mind) wrote:
 >> This is needed for defconfigs that use sylinux.
 >  D'oh!                                   ^^^^^^^syslinux, obviously.

Committed after fixing that typo, thanks.
diff mbox

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1954eaa8b1..cb9e6fc17c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in
index b4a6a3fb28..0f9cbcba33 100644
--- a/.gitlab-ci.yml.in
+++ b/.gitlab-ci.yml.in
@@ -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