- Apr 06, 2021
-
-
Arkadiusz Hiler authored
Signed-off-by:
Arkadiusz Hiler <arek@hiler.eu> Acked-by:
Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by:
Petri Latvala <petri.latvala@intel.com>
-
- Nov 26, 2019
-
-
Arkadiusz Hiler authored
Debian Busters is the new stable so let's upgrade. v2: stay on stretch for MIPS Cc: Guillaume Tucker <guillaume.tucker@collabora.com> Cc: Petri Latvala <petri.latvala@intel.com> Issue: https://bugs.debian.org/932725 Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by:
Petri Latvala <petri.latvala@intel.com>
-
- Nov 20, 2019
-
-
Arkadiusz Hiler authored
Debian has two Dockerfiles associated - minimal and regular one that bases on the minimal one. Let's mention them by name and add a comment providing some context to the split so it's easier to figure out what to install on a new system. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by:
Petri Latvala <petri.latvala@intel.com>
-
- Sep 03, 2019
-
-
Arkadiusz Hiler authored
We were pulling and tagging images locally ahead of time just in case the next build may need it (i.e. debian-minimal for the fully featured debian). Instead of doing that we can specify the registry in Dockerfile's FROM cluse, so the image is pulled only when we are need it. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by:
Petri Latvala <petri.latvala@intel.com>
-
Arkadiusz Hiler authored
To save some space and bandwidth. Without --squash the caches would get cleaned up only from the last layer which would save us nothing. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by:
Petri Latvala <petri.latvala@intel.com>
-
Arkadiusz Hiler authored
Correct one = the one tagged with current commit, so in case of parallel pipelines we don't take the wrong "latest". Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by:
Petri Latvala <petri.latvala@intel.com>
-
- Aug 29, 2019
-
-
Oleg Vasilev authored
Dockerfile.build-* is consistent with build-* naming. Reviewed-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Signed-off-by:
Oleg Vasilev <oleg.vasilev@intel.com>
-
Oleg Vasilev authored
igt-* better suits for containers which contain IGT inside, while build-* is better for containers which are used to build IGT. Reviewed-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Signed-off-by:
Oleg Vasilev <oleg.vasilev@intel.com>
-
- Jun 20, 2019
-
-
Petri Latvala authored
The meson command line has -Dbuild_tests=disabled -Dwith_libdrm="" because those aren't trivial to make automatic. Plain libdrm is also required, but the libdrm_vendor ones are all optional so for now those are just explicitly disabled. Otherwise this tests that the automated machinery is able to figure out what can be built. v2 (Simon): Base the debian docker image on the debian-minimal image v3: Make the empty argument to with_libdrm more explicit and apparent (Arek) Signed-off-by:
Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Cc: Simon Ser <simon.ser@intel.com> Reviewed-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
-
- Jan 24, 2019
-
-
Petri Latvala authored
As we stopped using them in 70749c70 ("tests: drop openssl dependency in favor of glib sha1 implementation"), stop using them in gitlab. Signed-off-by:
Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by:
Daniel Vetter <daniel.vetter@ffwll.ch>
-
- Oct 24, 2018
-
-
Arkadiusz Hiler authored
Let's make sure that IGT compiles with autotools. Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by:
Daniel Vetter <daniel.vetter@ffwll.ch>
-
- Oct 23, 2018
-
-
Arkadiusz Hiler authored
The CI/CD pipeline is configured the following way: 1. Build docker images and add them to repo's registry (manual step for now, automation needs GitLab to be updated). 2. Build igt with meson on Debian and Fedora. 3. Run `ninja tests` on Fedora. 4. Build and publish docs as an artifact, for GitLab Pages. v2: Typos and fully-featured meson build. v3: Use variables instead of hard-coding registry and project. Cc: Petri Latvala <petri.latvala@intel.com> Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by:
Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by:
Petri Latvala <petri.latvala@intel.com>
-