We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a0a8a commit 3eb2634Copy full SHA for 3eb2634
scripts/package-deb.sh
@@ -73,8 +73,8 @@ cat LICENSE NOTICE >"$PROJECT_ROOT/target/debian-license.txt"
73
74
# TODO: Remove this after the Vector docker image contains a newer cargo-deb version.
75
# Temporary override of cargo-deb to support Rust 2024 edition.
76
-if [[ "$(cargo-deb --version 2>/dev/null)" != "3.4.1" ]]; then
77
- cargo install cargo-deb --version 3.4.1 --force --locked
+if [[ "$(cargo-deb --version 2>/dev/null)" != "2.9.1" ]]; then
+ cargo install cargo-deb --version 2.9.1 --force --locked
78
fi
79
cargo deb --target "$TARGET" --deb-version "${PACKAGE_VERSION}-1" --variant "$TARGET" --no-build --no-strip
80
0 commit comments