diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-03-22 07:49:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-22 07:49:14 +0000 |
commit | 9248c8219ef862295c10c86d0cd4a56038bce528 (patch) | |
tree | cf31d91336fadcc1fcac5716fdf2bc1929b5f57e /tools/ubuntu-server-cloudimg-modify.sh | |
parent | 87ebc303a99415e79f8df4c668a48ba7f3600ffb (diff) | |
parent | e28cbf3ddebc45a7b94e33df0c671d767e1ff7ad (diff) |
Merge "aarch64: Fix missing qemu-aarch64-static in chroot" into stable/danube
Diffstat (limited to 'tools/ubuntu-server-cloudimg-modify.sh')
-rwxr-xr-x | tools/ubuntu-server-cloudimg-modify.sh | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index bffd83a7b..0316ecea6 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -93,14 +93,8 @@ else fi make --directory "${CLONE_DEST}/UnixBench/" -if [ "${YARD_IMG_ARCH}" = "arm64" ]; then - wget https://github.com/beefyamoeba5/ramspeed/archive/master.zip - unzip master.zip && rm master.zip - mkdir "${CLONE_DEST}/RAMspeed" - mv ramspeed-master/* "${CLONE_DEST}/RAMspeed/" -else - git clone https://github.com/beefyamoeba5/ramspeed.git "${CLONE_DEST}/RAMspeed" -fi +git clone https://github.com/beefyamoeba5/ramspeed.git "${CLONE_DEST}/RAMspeed" + cd "${CLONE_DEST}/RAMspeed/ramspeed-2.6.0" mkdir temp bash build.sh |