Skip to content

Commit

Permalink
rel/v12: lock helios.git and delivered packages to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jclulow committed Dec 20, 2024
1 parent 4737cc5 commit 3a2ed5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/releng/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ async fn main() -> Result<()> {
Command::new(&args.git_bin)
.arg("-C")
.arg(&args.helios_dir)
.args(["reset", "--hard", "53bc8bcccb29641cca9248dac64ce901acb8732b"])
.args(["reset", "--hard", "68aae52278cdbc7049c703b3b0eb76173cee9067"])
.ensure_success(&logger)
.await?;

Expand Down Expand Up @@ -522,7 +522,7 @@ async fn main() -> Result<()> {
.arg("-F") // pass extra image builder features
.arg(format!("optever={}", opte_version.trim()))
.arg("-F") // lock packages to versions expected for the release
.arg("extra_packages+=/consolidation/oxide/omicron-release-incorporation@12")
.arg("extra_packages+=/consolidation/oxide/omicron-release-incorporation@12.0.0.1")
.arg("-P") // include all files from extra proto area
.arg(proto_dir.join("root"))
.arg("-N") // image name
Expand Down

0 comments on commit 3a2ed5e

Please sign in to comment.