Re: [Qemu-devel] [PATCH 2/2] docker: Fix travis script unable to find source dir

2019-03-21 Thread Alex Bennée
Wainer dos Santos Moschetta writes: > The script generated from QEMU_SRC/.travis.yml uses BUILD_DIR and > SRC_DIR path relative to the current dir, unless these variables > are exported in environment. > > Since commit 05790dafef1 BUILD_DIR is exported in the runner script, > although SRC_DIR i

[Qemu-devel] [PATCH 2/2] docker: Fix travis script unable to find source dir

2019-03-20 Thread Wainer dos Santos Moschetta
The script generated from QEMU_SRC/.travis.yml uses BUILD_DIR and SRC_DIR path relative to the current dir, unless these variables are exported in environment. Since commit 05790dafef1 BUILD_DIR is exported in the runner script, although SRC_DIR is not, so that make docker-travis fails becase the