From 59dff77936fddf96e358c5c1e347b270621491fb Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sun, 1 Aug 2021 16:28:05 +0300 Subject: [PATCH] Update meson to 0.58.2 --- .github/workflows/compilability_check.yml | 2 +- tools/docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compilability_check.yml b/.github/workflows/compilability_check.yml index e3ff2ce..c486aee 100644 --- a/.github/workflows/compilability_check.yml +++ b/.github/workflows/compilability_check.yml @@ -12,7 +12,7 @@ jobs: - name: Setup the environment run: | - sudo pip3 install meson==0.57.1 + sudo pip3 install meson==0.58.2 sudo apt-get install nasm ninja-build - name: Executing the script diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 616440a..0e89403 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION_NDK=21.4.7075529 ARG VERSION_CMAKE=3.10.2.4988404 # Package to install via pip3 -ARG VERSION_MESON=0.57.1 +ARG VERSION_MESON=0.58.2 # The HOME variable isn't available for ENV directive (during building an image). # So we define one manually. For alpine and ubuntu it should be '/root'