Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit f5fdcf5

Browse files
committed
meson is not needed
1 parent 0355ddd commit f5fdcf5

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

Dockerfile.bionic-aarch64

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ RUN bash -x /install-deps-ubuntu.sh
1616
COPY ./install-cmake.sh /
1717
RUN bash -x /install-cmake.sh
1818

19-
ARG MESON_VERSION=0.63.0
20-
RUN python3 -m pip install meson=="$MESON_VERSION"
21-
2219
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
2320
COPY build-desktop-file-utils.sh /
2421
RUN bash -x /build-desktop-file-utils.sh

Dockerfile.bionic-armhf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ RUN bash -x /install-deps-ubuntu.sh
1616
COPY ./install-cmake.sh /
1717
RUN bash -x /install-cmake.sh
1818

19-
ARG MESON_VERSION=0.63.0
20-
RUN python3 -m pip install meson=="$MESON_VERSION"
21-
2219
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
2320
COPY build-desktop-file-utils.sh /
2421
RUN bash -x /build-desktop-file-utils.sh

Dockerfile.bionic-x86_64

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ RUN bash -x /install-deps-ubuntu.sh
1616
COPY ./install-cmake.sh /
1717
RUN bash -x /install-cmake.sh
1818

19-
ARG MESON_VERSION=0.63.0
20-
RUN python3 -m pip install meson=="$MESON_VERSION"
21-
2219
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
2320
COPY build-desktop-file-utils.sh /
2421
RUN bash -x /build-desktop-file-utils.sh

Dockerfile.centos7-i386

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ ARG ZSYNC_VERSION=0.6.2
4545
COPY build-zsync.sh /
4646
RUN bash -x /build-zsync.sh
4747

48-
ARG MESON_VERSION=0.63.0
49-
RUN python3 -m pip install meson=="$MESON_VERSION"
50-
5148
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
5249
COPY build-desktop-file-utils.sh /
5350
RUN bash -x /build-desktop-file-utils.sh

Dockerfile.centos7-x86_64

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ ARG ZSYNC_VERSION=0.6.2
4242
COPY build-zsync.sh /
4343
RUN bash -x /build-zsync.sh
4444

45-
ARG MESON_VERSION=0.63.0
46-
RUN python3 -m pip install meson=="$MESON_VERSION"
47-
4845
ARG DESKTOP_FILE_UTILS_VERSION=56d220dd679c7c3a8f995a41a27a7d6f3df49dea
4946
COPY build-desktop-file-utils.sh /
5047
RUN bash -x /build-desktop-file-utils.sh

0 commit comments

Comments
 (0)