Skip to content

Commit

Permalink
Merge branch 'latest' into net
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
  • Loading branch information
matttbe committed Apr 29, 2024
2 parents ac3ffcd + 31826be commit 189495f
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,22 @@ used by devs and CI.

When launching the docker image, you have to specify the mode you want to use:

- `manual-normal`: This will compile a kernel without a debug config and leave
you with a shell prompt.
- `manual-debug`: Same but with a kernel debug config.
- `auto-normal`: All the automatic tests are run in a kernel without a debug
config.
- `auto-debug`: Same but with a kernel debug config.
- `auto-all`: Same but both non-debug and debug config are used.
- `make`: run the make command with optional parameters.
- `make.cross`: run Intel's make.cross command with optional parameters.
- `cmd`: run the given command.
- `src`: source a given script file.
- `manual-*`: Build the kernel and dependences, start a VM, then leave you with
a shell prompt inside the VM:
- `manual-normal`: With a non-debug kernel config.
- `manual-debug`: With a debug kernel config.
- `manual-btf`: With BTF support (needed for BPF features).
- `auto-*`: Build the kernel and dependences, start a VM, then run all the
automatic tests from the VM:
- `auto-normal`: With a non-debug kernel config.
- `auto-debug`: With a debug kernel config.
- `auto-all`: First with a non-debug, then a debug kernel config.
- `auto-btf`: With BTF support (needed for BPF features).
- `make`: Run the `make` command with optional parameters.
- `make.cross`: Run Intel's `make.cross` command with optional parameters.
- `cmd`: Run the given command in the docker image (not in the VM), e.g.
`cmd bash` to have a prompt
- `src`: `source` a given script file.
- `help`: display all possible commands.

All the `manual-*` and `auto-*` options accept optional arguments for
Expand Down

0 comments on commit 189495f

Please sign in to comment.