Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro Infrastructure
libretro-build-amd64-ubuntu
Commits
03e3cf22
Verified
Commit
03e3cf22
authored
Jan 04, 2021
by
Nikos Chantziaras
Browse files
dosbox-core: Downgrade meson to 0.55.3, update cmake and ninja
Meson 0.56 breaks glib's pkg-config link flags.
parent
72adb533
Pipeline
#8991
passed with stage
in 20 minutes and 27 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.dosbox-core
View file @
03e3cf22
...
...
@@ -31,12 +31,12 @@ RUN \
apt-get -y autoremove; \
apt-get -y clean; \
rm -rf /var/lib/apt/lists/*; \
wget -q 'https://github.com/Kitware/CMake/releases/download/v3.1
8.4
/cmake-3.1
8.4
-Linux-x86_64.sh'; \
sh ./cmake-3.1
8.4
-Linux-x86_64.sh --skip-license --prefix=/usr/local; \
rm cmake-3.1
8.4
-Linux-x86_64.sh; \
wget -q 'https://github.com/Kitware/CMake/releases/download/v3.1
9.2
/cmake-3.1
9.2
-Linux-x86_64.sh'; \
sh ./cmake-3.1
9.2
-Linux-x86_64.sh --skip-license --prefix=/usr/local; \
rm cmake-3.1
9.2
-Linux-x86_64.sh; \
python3 -m pip install --upgrade --no-cache-dir pip; \
python3 -m pip install --no-cache-dir meson; \
wget -q 'https://github.com/ninja-build/ninja/releases/download/v1.10.
1
/ninja-linux.zip';\
python3 -m pip install --no-cache-dir meson
==0.55.3
; \
wget -q 'https://github.com/ninja-build/ninja/releases/download/v1.10.
2
/ninja-linux.zip';\
unzip ninja-linux.zip; \
rm ninja-linux.zip; \
mv ninja /usr/local/bin/;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment