tests: Skip building kernel if already present
When running the glibc and musl integration tests on the CI after each other skip building the kernel a second time. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
f4e1b72477
commit
103fe1f48b
1 changed files with 3 additions and 1 deletions
|
|
@ -124,7 +124,9 @@ popd
|
|||
|
||||
# Build custom kernel based on virtio-pmem and virtio-fs upstream patches
|
||||
VMLINUX_IMAGE="$WORKLOADS_DIR/vmlinux"
|
||||
build_custom_linux
|
||||
if [ ! -f "$VMLINUX_IMAGE" ]; then
|
||||
build_custom_linux
|
||||
fi
|
||||
|
||||
VIRTIOFSD="$WORKLOADS_DIR/virtiofsd"
|
||||
VIRTIOFSD_DIR="virtiofsd_build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue