From fd6f27af96ee4d0e5551db6a98d699c81609b0af Mon Sep 17 00:00:00 2001 From: Yi He Date: Thu, 13 Jun 2024 13:56:36 +0800 Subject: [PATCH] ci: fix fdo db case failures on rhel9.4 --- ostree-fdo-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostree-fdo-db.sh b/ostree-fdo-db.sh index 17fd5263d..b7f3120fe 100755 --- a/ostree-fdo-db.sh +++ b/ostree-fdo-db.sh @@ -281,7 +281,7 @@ DB_TYPE=$((RANDOM % 2)) if [[ $DB_TYPE == 0 ]]; then # Setup FDO SQLite database greenprint "🔧 FDO SQLite DB configurations" - cargo install --force diesel_cli --no-default-features --features sqlite + cargo install --force diesel_cli --version 2.1.1 --no-default-features --features sqlite rm -fr /tmp/fdo mkdir -p /tmp/fdo manufacturer_db_file="/tmp/fdo/manufacturer-db.sqlite"