Filip Tehlar | 229f5fc | 2022-08-09 14:44:47 +0000 | [diff] [blame] | 1 | export VPP_WS=../../ |
2 | |||||
Filip Tehlar | 671cf51 | 2023-01-31 10:34:18 +0100 | [diff] [blame^] | 3 | export HST_LDPRELOAD=${VPP_WS}/build-root/build-vpp-native/vpp/lib/x86_64-linux-gnu/libvcl_ldpreload.so |
4 | export PATH=${VPP_WS}/build-root/build-vpp-native/vpp/bin:$PATH | ||||
Maros Ondrejicka | 8851ccf | 2023-01-13 10:09:14 +0100 | [diff] [blame] | 5 | |
Maros Ondrejicka | f643b6f | 2023-01-17 10:52:20 +0100 | [diff] [blame] | 6 | export UBUNTU_VERSION=$(lsb_release -rs) |