mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-17 21:34:29 +01:00
tests: remove DAX env variable
DAX envar is no more required to generate images with support for DAX Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -465,13 +465,6 @@ test_distros()
|
|||||||
IMAGES_BUILD_DEST="$images_dir" \
|
IMAGES_BUILD_DEST="$images_dir" \
|
||||||
DEBUG=1 )
|
DEBUG=1 )
|
||||||
|
|
||||||
|
|
||||||
# Only firecracker doesn't support NVDIMM
|
|
||||||
if [ "${KATA_HYPERVISOR}" != "firecracker" ]; then
|
|
||||||
commonMakeVars+=(DAX="yes")
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
echo -e "$separator"
|
echo -e "$separator"
|
||||||
|
|
||||||
# If a distro was specified, filter out the distro list to only include that distro
|
# If a distro was specified, filter out the distro list to only include that distro
|
||||||
|
|||||||
Reference in New Issue
Block a user