scripts: Use the same spdk version from dev container for aarch64

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2022-03-03 20:45:26 -08:00 committed by Rob Bradford
parent cec035c6e0
commit 661e5eb084

View File

@ -56,7 +56,7 @@ build_spdk_nvme() {
SPDK_DIR="$WORKLOADS_DIR/spdk"
SPDK_REPO="https://github.com/spdk/spdk.git"
SPDK_DEPLOY_DIR="/usr/local/bin/spdk-nvme"
checkout_repo "$SPDK_DIR" "$SPDK_REPO" master "f9c496b8e21a8f499df268818bf8b5d8e2b19f04"
checkout_repo "$SPDK_DIR" "$SPDK_REPO" master "59f3cdacb13bd2a19c4a86be04792b0ee4491172"
if [ ! -f "$SPDK_DIR/.built" ]; then
pushd $SPDK_DIR