From 661e5eb084a4438f65237e95ea19c598fde84dbb Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Thu, 3 Mar 2022 20:45:26 -0800 Subject: [PATCH] scripts: Use the same spdk version from dev container for aarch64 Signed-off-by: Bo Chen --- scripts/run_integration_tests_aarch64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_integration_tests_aarch64.sh b/scripts/run_integration_tests_aarch64.sh index bf2bb6a48..1a13cf68f 100755 --- a/scripts/run_integration_tests_aarch64.sh +++ b/scripts/run_integration_tests_aarch64.sh @@ -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