diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-03-10 13:35:58 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-03-10 14:22:25 +0100 |
commit | 512a08309493ff34b13dcbca53c9915ce40b44e9 (patch) | |
tree | dfc23e7efd2427f0ac6a61b71539f064911e1e8f /.gitlab-ci.yml.in | |
parent | fd0803d0f678dcd3404b2bbb2b73a28b0977875e (diff) | |
download | buildroot-512a08309493ff34b13dcbca53c9915ce40b44e9.tar.gz buildroot-512a08309493ff34b13dcbca53c9915ce40b44e9.zip |
gitlab-ci: add gcc-multilib to the docker image
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>
Diffstat (limited to '.gitlab-ci.yml.in')
-rw-r--r-- | .gitlab-ci.yml.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |