Skip to content

Commit

Permalink
ci: fix fdo db case failures on rhel9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi He authored and yih-redhat committed Jun 13, 2024
1 parent 75fda09 commit fd6f27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostree-fdo-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fd6f27a

Please sign in to comment.