diff options
author | 2020-09-18 15:35:01 +0000 | |
---|---|---|
committer | 2020-09-22 11:35:12 +0000 | |
commit | d88c9a13e82986b3e3d477beaa7f528e819868b6 (patch) | |
tree | 70d98336a5e3e1166d61ec902af0d6f696dc11af /extras/vagrant/build.sh | |
parent | dd49451845c19f803858429b58b1b95298b93fff (diff) |
build: remove opensuse build infra
- VPP on opensuse has not been supported
for several releases.
Type: fix
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I2b5316ad5c20a843b8936f4ceb473f932a5338d9
(cherry picked from commit bc35f469c89daf0126937580b6972516b5007d3a)
Diffstat (limited to 'extras/vagrant/build.sh')
-rwxr-xr-x | extras/vagrant/build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/vagrant/build.sh b/extras/vagrant/build.sh index 3a10e707fb9..ea32ffe90c3 100755 --- a/extras/vagrant/build.sh +++ b/extras/vagrant/build.sh @@ -66,7 +66,5 @@ elif [ "$OS_ID" == "debian" ]; then elif [ "$OS_ID" == "centos" ]; then (cd $VPP_DIR/vnet ;$SUDOCMD aclocal;$SUDOCMD automake -a) $SUDOCMD make pkg-rpm -elif [ "$OS_ID" == "opensuse" ]; then - $SUDOCMD make pkg-rpm fi |