f643b6f671
Since VPP binaries are being compiled on host system, it makes sense to autodetect Ubuntu version when building test images so that containers would be running version equal to host system. Type: test Signed-off-by: Maros Ondrejicka <maros.ondrejicka@pantheon.tech> Change-Id: I0e13d9ba1ddcd3ad5835bce1b8cccfc048e5e528
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
export VPP_WS=../../
|
|
|
|
export HST_LDPRELOAD=${VPP_WS}/build-root/build-vpp_debug-native/vpp/lib/x86_64-linux-gnu/libvcl_ldpreload.so
|
|
export PATH=${VPP_WS}/build-root/build-vpp_debug-native/vpp/bin:$PATH
|
|
|
|
export UBUNTU_VERSION=$(lsb_release -rs)
|