mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +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" \
|
||||
DEBUG=1 )
|
||||
|
||||
|
||||
# Only firecracker doesn't support NVDIMM
|
||||
if [ "${KATA_HYPERVISOR}" != "firecracker" ]; then
|
||||
commonMakeVars+=(DAX="yes")
|
||||
fi
|
||||
|
||||
|
||||
echo -e "$separator"
|
||||
|
||||
# If a distro was specified, filter out the distro list to only include that distro
|
||||
|
Loading…
Reference in New Issue
Block a user