aboutsummaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-10-27 09:26:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-27 09:26:38 +0000
commitab9d5af063c243d3201b9405f8781515a08ce0f3 (patch)
tree39ea40403f3f8ff81af003383053d5d273124c33 /ci/deploy.sh
parent84dc7744f0b07ce4b9ae1f214bfdda2872122d62 (diff)
parentd058675b9a4274336ae3497914d6651f653ccde0 (diff)
Merge "AArch64: Switch jumpserver VMs to virtio video"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 9a28b5ade..97c4de0e3 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -269,12 +269,6 @@ pushd "${DEPLOY_DIR}" > /dev/null
[ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken \
git make rsync genisoimage curl virt-install qemu-kvm util-linux
-if [ "$(uname -i)" = "aarch64" ]; then
- [ -n "$(command -v apt-get)" ] && sudo apt-get install -y vgabios && \
- sudo ln -sf /usr/share/vgabios/vgabios.bin /usr/share/qemu/vgabios-stdvga.bin
- [ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken vgabios
-fi
-
# Clone git submodules and apply our patches
make -C "${REPO_ROOT_PATH}/mcp/patches" deepclean patches-import