1
0
Fork 0
mirror of https://passt.top/passt synced 2025-05-29 04:35:33 +02:00

passt: Drop PASST_LEGACY_NO_OPTIONS sections

...nobody uses those builds anymore.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-02-22 18:42:51 +01:00
parent 337f55166f
commit 5e0c75d609
4 changed files with 0 additions and 25 deletions

View file

@ -66,7 +66,3 @@ scp *.deb *.rpm "${USER_HOST}:${BIN}/avx2/"
ssh "${USER_HOST}" "mv ${LATEST} ${AWAY}"
ssh "${USER_HOST}" "mv ${TEMP} ${LATEST}"
ssh "${USER_HOST}" "rm -rf ${AWAY}"
# Legacy, for KubeVirt tests
# CFLAGS="-DPASST_LEGACY_NO_OPTIONS -static" make avx2
# scp passt qrap "${USER_HOST}:${BUILDS}/static/"