From: frederic.martinsons@gmail.com
To: openembedded-core@lists.openembedded.org
Cc: Randy.MacLeod@windriver.com
Subject: [PATCH 0/3] Use frozen flag for cargo build
Date: Mon, 31 Jul 2023 11:44:07 +0200 [thread overview]
Message-ID: <cover.1690795930.git.frederic.martinsons@gmail.com> (raw)
From: Frederic Martinsons <frederic.martinsons@gmail.com>
This patch series force the usage of --frozen instead of --offline during cargo build.
This has the advantage to be sure that Cargo.lock file will not be modified.
Moreover, raise a clear error when Cargo.lock is not present.
For this to work, we must modify ourself the Cargo.lock before building
in case there are git repo that have been patched.
The last commit is to handle the specific case of rust-hello-world recipe.
If this recipe is no more necessary, we can drop this last patch.
The following changes since commit 9b5b850d6a6982bb8ff14dcfbb6769b293638293:
libarchive: ignore CVE-2023-30571 (2023-07-30 12:00:13 +0100)
are available in the Git repository at:
https://gitlab.com/fmartinsons/openembedded-core 15104-check-cargo-lock
Frederic Martinsons (3):
cargo.bbclass: Use --frozen flag for cargo operations
cargo_common.bbclass: Handle Cargo.lock modifications for git
dependencies
cargo.bbclass: Offer a way to use --offline instead of --frozen
meta/classes-recipe/cargo.bbclass | 9 +++-
meta/classes-recipe/cargo_common.bbclass | 43 +++++++++++++++++++
.../rust-example/rust-hello-world_git.bb | 2 +
3 files changed, 53 insertions(+), 1 deletion(-)
--
2.34.1
next reply other threads:[~2023-07-31 9:44 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-31 9:44 frederic.martinsons [this message]
2023-07-31 9:44 ` [PATCH 1/3] cargo.bbclass: Use --frozen flag for cargo operations frederic.martinsons
2023-07-31 9:44 ` [PATCH 2/3] cargo_common.bbclass: Handle Cargo.lock modifications for git dependencies frederic.martinsons
2023-08-01 8:44 ` [OE-core] " Richard Purdie
2023-08-01 9:02 ` Frédéric Martinsons
2023-07-31 9:44 ` [PATCH 3/3] cargo.bbclass: Offer a way to use --offline instead of --frozen frederic.martinsons
2023-08-01 8:46 ` [OE-core] " Richard Purdie
2023-08-01 9:00 ` Frédéric Martinsons
2023-08-01 9:07 ` Richard Purdie
2023-08-01 9:20 ` Frédéric Martinsons
2023-08-01 9:38 ` Richard Purdie
2023-08-01 9:41 ` Alexander Kanavin
2023-08-01 9:55 ` Frédéric Martinsons
2023-08-01 10:01 ` Richard Purdie
2023-08-01 10:04 ` Alex Kiernan
2023-08-01 11:33 ` Frédéric Martinsons
2023-07-31 17:48 ` [OE-core] [PATCH 0/3] Use frozen flag for cargo build Alexander Kanavin
2023-08-01 9:09 ` Frédéric Martinsons
2023-08-01 9:42 ` Alexander Kanavin
-- strict thread matches above, loose matches on Subject: below --
2023-08-02 13:16 frederic.martinsons
2023-08-02 15:06 ` Frédéric Martinsons
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1690795930.git.frederic.martinsons@gmail.com \
--to=frederic.martinsons@gmail.com \
--cc=Randy.MacLeod@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.