mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Update version of meson.
We should not force a specific version as it is a environment problem, but for now, set it.
This commit is contained in:
@ -20,7 +20,9 @@ RUN apt update -q && \
|
||||
# vim less grep \
|
||||
&& \
|
||||
apt-get clean -y && \
|
||||
rm -rf /var/lib/apt/lists/* /usr/share/doc/* /var/cache/debconf/*
|
||||
rm -rf /var/lib/apt/lists/* /usr/share/doc/* /var/cache/debconf/* && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install meson==0.52.1 pytest gcovr
|
||||
|
||||
# Create user
|
||||
RUN useradd --create-home ci_builder
|
||||
@ -32,4 +34,4 @@ ENV TRAVIS_BUILD_DIR /home/ci_builder/kiwix-build
|
||||
ENV GRADLE_USER_HOME /home/ci_builder
|
||||
ENV TRAVIS_OS_NAME linux_xenial
|
||||
|
||||
CMD pip3 install --user ./kiwix-build && kiwix-build/travis/compile_all.py
|
||||
CMD pip3 install --user --no-deps ./kiwix-build && kiwix-build/travis/compile_all.py
|
||||
|
Reference in New Issue
Block a user