public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: IGT development <igt-dev@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t] gitlab-ci: Always set PKG_CONFIG_PATH
Date: Wed, 5 Dec 2018 16:43:33 +0100	[thread overview]
Message-ID: <20181205154333.GE21184@phenom.ffwll.local> (raw)
In-Reply-To: <20181205080814.474-1-daniel.vetter@ffwll.ch>

On Wed, Dec 05, 2018 at 09:08:14AM +0100, Daniel Vetter wrote:
> meson gets grumpy if that changes between invocations.
> 
> I'm not entirely clear on why this happens with the interim runner
> from gnome folks, but it does. We do still run the exact same image,
> with the exact same meson version. But someone the old runner didn't
> complain, while the new one does.
> 
> Note that the jobs still fail because the interim runner is dead slow
> (10x-100x slower to run the library tests) and times out after 30s on
> tests that take 1s max.
> 
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>

Merged with Petri's irc-ack.
-Daniel

> ---
>  .gitlab-ci.yml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 5cbb4287523e..8087bd398f3d 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -61,7 +61,8 @@ build:tests-debian-meson-arm64:
>    image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian-arm64:latest
>    stage: build
>    script:
> -    - PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig/ meson --cross-file meson-cross-arm64.txt build
> +    - export PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig/
> +    - meson --cross-file meson-cross-arm64.txt build
>      - ninja -C build
>    artifacts:
>      paths:
> @@ -92,6 +93,7 @@ test:ninja-test-arm64:
>      - build:tests-debian-meson-arm64
>    stage: test
>    script:
> +    - export PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig/
>      - env > build/envdump.txt
>      - ninja -C build test
>    artifacts:
> -- 
> 2.20.0.rc1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

      parent reply	other threads:[~2018-12-05 15:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05  8:08 [igt-dev] [PATCH i-g-t] gitlab-ci: Always set PKG_CONFIG_PATH Daniel Vetter
2018-12-05  8:54 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-12-05 14:42 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-12-05 15:43 ` Daniel Vetter [this message]

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=20181205154333.GE21184@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=daniel.vetter@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /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