Skip to content

Commit

Permalink
Revert "Allow different versions for differently signed RoT images (#… (
Browse files Browse the repository at this point in the history
#5868)

…5580)"

This reverts commit 94ef8e5.

It turns out there are several places that are still making assumptions
about versions. Until we've identified them all just revert this change
to avoid any unexpected surprises.
  • Loading branch information
labbott authored Jun 10, 2024
1 parent a076482 commit 230a22c
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 429 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions tufaceous-lib/src/assemble/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,11 @@ impl<'a> FakeDataAttributes<'a> {
KnownArtifactKind::SwitchRot => "fake-sidecar-rot",
};

// For our purposes sign = board represents what we want for the RoT
// and we don't care about the SP at this point
let caboose = CabooseBuilder::default()
.git_commit("this-is-fake-data")
.board(board)
.version(self.version.to_string())
.name(self.name)
.sign(board)
.build();

let mut builder = HubrisArchiveBuilder::with_fake_image();
Expand Down
Loading

0 comments on commit 230a22c

Please sign in to comment.