public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Petri Latvala <petri.latvala@intel.com>, Daniel Vetter <daniel@ffwll.ch>
Subject: [igt-dev] [PATCH i-g-t 1/2] meson: Bump meson version requirement to 0.46.0
Date: Tue, 19 Feb 2019 12:51:42 +0200	[thread overview]
Message-ID: <20190219105143.27824-1-arkadiusz.hiler@intel.com> (raw)

... so we can have multiple binaries with the same name.

Cc: Petri Latvala <petri.latvala@intel.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 Dockerfile.fedora | 2 +-
 meson.build       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.fedora b/Dockerfile.fedora
index 08a4bd22..29520f7b 100644
--- a/Dockerfile.fedora
+++ b/Dockerfile.fedora
@@ -37,7 +37,7 @@ RUN rm -fr /tmp/peg
 
 # Meson version switching shenanigans
 WORKDIR /usr/src
-RUN curl -O https://files.pythonhosted.org/packages/c0/98/bcbda7862f8ca18dbdaa57b9c51cf7333cdc59b48278ed279217cd6ad8ff/meson-0.44.0.tar.gz
+RUN curl -O https://files.pythonhosted.org/packages/17/d0/0fe98a9557a2f07dbe6f99ef57f2bc37450b641e1f6ceae9ce04c3c845dd/meson-0.46.0.tar.gz
 
 # Cleanup workdir
 WORKDIR /
diff --git a/meson.build b/meson.build
index 356a5414..099db897 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('igt-gpu-tools', 'c',
           'c_std=gnu11',
         ],
 	license : 'MIT',
-	meson_version : '>=0.44.0')
+	meson_version : '>=0.46.0')
 
 cc = meson.get_compiler('c')
 
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

             reply	other threads:[~2019-02-19 10:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-19 10:51 Arkadiusz Hiler [this message]
2019-02-19 10:51 ` [igt-dev] [PATCH i-g-t 2/2] benchmarks/meson: Stop renaming benchmarks Arkadiusz Hiler
2019-02-19 11:03   ` Chris Wilson
2019-02-19 11:10 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/2] meson: Bump meson version requirement to 0.46.0 Patchwork
2019-02-19 12:07 ` [igt-dev] [PATCH i-g-t 1/2] " Daniel Vetter
2019-02-19 13:27 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] meson: Bump meson version requirement to 0.46.0 (rev2) Patchwork
2019-02-19 16:30 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190219105143.27824-1-arkadiusz.hiler@intel.com \
    --to=arkadiusz.hiler@intel.com \
    --cc=daniel@ffwll.ch \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=petri.latvala@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox