Skip to content

Commit

Permalink
Merge pull request #260 from kiwix/polish-moble-ci-image
Browse files Browse the repository at this point in the history
Polish moble ci image
  • Loading branch information
kelson42 authored May 15, 2024
2 parents 6c9e4b5 + 551f599 commit e9f32bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kiwix-build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Retrieve the code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup container image name
id: env
Expand Down
2 changes: 0 additions & 2 deletions kiwix-build_ci/noble_builder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ RUN apt update -q \
g++-mingw-w64-i686 gcc-mingw-w64-i686 gcc-mingw-w64-base mingw-w64-tools \
# Cross compile i586
libc6-dev-i386 lib32stdc++6 gcc-multilib g++-multilib \
# Other tools (to remove)
vim less grep \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* /usr/share/doc/* /var/cache/debconf/* \
&& pip3 install meson pytest gcovr requests distro --break-system-packages
Expand Down

0 comments on commit e9f32bf

Please sign in to comment.