mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 19:47:53 +00: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:
parent
f355c026c0
commit
f32ae14883
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user