- Jan 26, 2024
-
-
Detlev Casanova authored
ci: build-linux: Exit on errors See merge request linux/build-scripts!2
-
Nicolas Dufresne authored
The call to add the remote was made from the wrong directory. Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
-
Nicolas Dufresne authored
The script was continuing even though errors may have occured. Immdiatly exit to make it clear something didn't go the way it should. Signed-off-by: Nicolas Dufresne <nicolas.dufrwesne@collabora.com>
-
- Jan 24, 2024
-
-
Nicolas Dufresne authored
ci: Add missing files for virtme See merge request linux/build-scripts!1
-
Detlev Casanova authored
-
- Jan 16, 2024
-
-
Detlev Casanova authored
-
- Jan 09, 2024
-
-
Detlev Casanova authored
The CI contains 3 stages: - docker: Build a FDO docker image with all tests dependencies - build: Clone and build the requested linux version - tests: Run all tests utils and all virtme tests Note that the virtme tests are run in a KVM job and other jobs run on a heavyweight machine.
-
- Jan 04, 2024
-
-
Detlev Casanova authored
-
Detlev Casanova authored
-
Detlev Casanova authored
-
Detlev Casanova authored
-
- Nov 30, 2023
-
-
Sebastian Fricke authored
The file was stored in the root of the project but it should be in the log directory. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
-
Sebastian Fricke authored
Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
-
Sebastian Fricke authored
Move a few routines to funcs.sh in order to make build.sh a bit more readable. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
-
Sebastian Fricke authored
Provides a container based on debian-testing, that contains all of the necessary dependencies and pre-compiled tools. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
-
Sebastian Fricke authored
In order to run build.sh, the user has to provide a configuration. As preparation for creating a generic container image, move the instructions to fetch git repositories into a script that can run without a user-specific configuration. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
-
Sebastian Fricke authored
Use a variable in the codebase to get to the cross directory, this allows change to the directory from any place as it contains an absolute path and it makes the access uniform across the project. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
-
Sebastian Fricke authored
Store logs in an additional top level directory to have a folder that can be bind mounted into a container without being deleted by the scripts. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
-
Sebastian Fricke authored
Store the kernel source data, the kernel build output, the test tool source data, abi output and generated configs into a separate directory. This has two advantages, firstly it makes the root directory a bit more clear and secondly it allows to bind mount a single folder into a container instead of multiple different folders. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
-
- Nov 24, 2023
-
-
Hans Verkuil authored
Instead of grepping for / in the branch name, add a new optional remote argument. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Nov 23, 2023
-
-
Hans Verkuil authored
Specifying -virtme/-virtme-64/-virtme-32 should set utils=1 so the latest version of the utilities is built. Specifying -virtme-quick as well will skip building the utilities. This avoids accidentally running the regression tests without building the latest v4l-utils. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
Hans Verkuil authored
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Nov 16, 2023
-
-
Hans Verkuil authored
This it not needed and it fails to compile with LLVM 16. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Nov 13, 2023
-
-
Hans Verkuil authored
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
Hans Verkuil authored
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Nov 08, 2023
-
-
Hans Verkuil authored
These seem to be wrong, so skip them for now. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Nov 07, 2023
-
-
Hans Verkuil authored
Set explicit opts without -Oline Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Nov 02, 2023
-
-
Hans Verkuil authored
This was an error, but that's too strong. This is now logged as a warning, and is logged in the summary. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Oct 27, 2023
-
-
Hans Verkuil authored
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Oct 20, 2023
-
-
Hans Verkuil authored
In the documentation 'index' page that is generated, put the admin-guide last for consistency with the linuxtv.org documentation. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Oct 18, 2023
-
-
Hans Verkuil authored
This reverts commit d05a01ca. Not needed after all, revert.
-
Hans Verkuil authored
Needed for virtme support to find depmod etc. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
Hans Verkuil authored
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
Hans Verkuil authored
This will help docker/podman. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Oct 12, 2023
-
-
Hans Verkuil authored
virtme doesn't start properly (and with weird errors) if you are not in the kvm group. Add a check for this, as this confused me a lot. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Oct 11, 2023
-
-
Hans Verkuil authored
By default -virtme runs both the 64 and 32 bit tests, but often you want to just test one of the two. So add -virtme-64 and -virtme-32 options, making -virtme a shorthand for both these new options. Also make the names of the log files more consistent. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
Hans Verkuil authored
It must be there, but doesn't have to be at the beginning. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
Hans Verkuil authored
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Oct 10, 2023
-
-
Hans Verkuil authored
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-
- Oct 09, 2023
-
-
Hans Verkuil authored
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-