From: Scott Weaver <scwea...@redhat.com> DO NOT MERGE: test
Signed-off-by: Scott Weaver <scwea...@redhat.com> diff --git a/redhat/scripts/bundle_bindgen.sh b/redhat/scripts/bundle_bindgen.sh index blahblah..blahblah 100755 --- a/redhat/scripts/bundle_bindgen.sh +++ b/redhat/scripts/bundle_bindgen.sh @@ -15,7 +15,7 @@ BINDGEN_CLI_VERSION="0.71.1" BINDGEN_CLI_CRATE=bindgen-cli.crate CRATESIO_API_ENDPOINT=https://crates.io/api/v1/crates/bindgen-cli/${BINDGEN_CLI_VERSION}/download -curl -sL $CRATESIO_API_ENDPOINT -o "$SOURCES/$BINDGEN_CLI_CRATE" +curl -L $CRATESIO_API_ENDPOINT -o "$SOURCES/$BINDGEN_CLI_CRATE" tar -xf "$SOURCES/$BINDGEN_CLI_CRATE" -C "$SOURCES" mv "$SOURCES/$BINDGEN_CLI-$BINDGEN_CLI_VERSION" "$SOURCES/$BINDGEN_CLI" @@ -30,7 +30,7 @@ replace-with = "vendored-sources" directory = "vendor" EOF -cargo vendor --locked --quiet +cargo vendor --locked cd .. tar czf $BINDGEN_CLI.tar.gz $BINDGEN_CLI -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3880 -- _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue