On 11/05/2020 09.06, Andrew Jones wrote: > Since b16df9ee5f3b out-of-tree builds have been broken because we > started validating the newly user-configurable $erratatxt file > before linking it into the build dir. We fix this not by moving > the validation, but by removing the linking and instead using the > full path of the $erratatxt file. This allows one to keep that file > separate from the src and build dirs. > > Fixes: b16df9ee5f3b ("arch-run: Add reserved variables to the default environ") > Reported-by: Thomas Huth <thuth@xxxxxxxxxx> > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > --- > configure | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) Thanks, this seems to fix the issue: https://travis-ci.com/github/huth/kvm-unit-tests/jobs/332339909 Thus: Tested-by: Thomas Huth <thuth@xxxxxxxxxx>