Skip to content

Commit ab57ceb

Browse files
committed
ci/Containerfile: add glibc-gconv-modules-extra to build container
The Buildroot image generation step uses mtools to populate a VFAT boot image. In the container mcopy was failing with: Error converting to codepage 850 The container was missing the glibc gconv modules that provide CP850 conversion support. Add glibc-gconv-modules-extra so mtools can handle DOS codepage conversion correctly during image generation. Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
1 parent 816aed0 commit ab57ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN bash ./gh-actions-runner.sh ; rm ./gh-actions-runner.sh
1818

1919
# Install packages required by Buildroot:
2020
# https://buildroot.org/downloads/manual/manual.html#requirement-mandatory
21-
RUN zypper install -y --no-recommends gcc gcc-c++ make glibc-devel \
21+
RUN zypper install -y --no-recommends gcc gcc-c++ make glibc-devel glibc-gconv-modules-extra \
2222
libstdc++-devel binutils ccache git wget rsync bc unzip cpio file which \
2323
sed diffutils bash patch gzip bzip2 perl tar findutils gawk ncurses-devel
2424

0 commit comments

Comments
 (0)