Re: [PATCH v2 1/5] ci: test minimum configuration

2021-11-17 Thread Aaron Conole
David Marchand writes: > Disabling drivers and optional libraries was not tested. > Add a new target in test-meson-builds.sh and GHA with just the minimum > to run test-null.sh and any other optional component disabled. > > Signed-off-by: David Marchand > --- > Changes since v1: > - dropped targ

Re: [PATCH v2 1/5] ci: test minimum configuration

2021-11-17 Thread Thomas Monjalon
17/11/2021 12:28, David Marchand: > Disabling drivers and optional libraries was not tested. > Add a new target in test-meson-builds.sh and GHA with just the minimum > to run test-null.sh and any other optional component disabled. > > Signed-off-by: David Marchand > --- > Changes since v1: > - dr

[PATCH v2 1/5] ci: test minimum configuration

2021-11-17 Thread David Marchand
Disabling drivers and optional libraries was not tested. Add a new target in test-meson-builds.sh and GHA with just the minimum to run test-null.sh and any other optional component disabled. Signed-off-by: David Marchand --- Changes since v1: - dropped target cleanup in test-meson-builds.sh, this