Skip to content

Commit 6b161e8

Browse files
authored
update omicron-common and crucible (#954)
Need to pull in updates for the `VERSION_HEADER` constant in omicron-common.
1 parent 425f76b commit 6b161e8

File tree

6 files changed

+1564
-550
lines changed

6 files changed

+1564
-550
lines changed

.github/buildomat/jobs/falcon-build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#: series = "falcon"
1313
#: name = "propolis-server"
1414
#: from_output = "/work/release/propolis-server"
15-
#:
15+
#:
1616
#: [[publish]]
1717
#: series = "falcon"
1818
#: name = "propolis-server.sha256.txt"
@@ -35,6 +35,9 @@ set -o xtrace
3535
cargo --version
3636
rustc --version
3737

38+
banner prerequisites
39+
ptime -m ./tools/install_builder_prerequisites.sh -y
40+
3841
banner check
3942
ptime -m cargo check --features falcon
4043
ptime -m cargo clippy --features falcon --all-targets

.github/buildomat/jobs/image.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ set -o xtrace
2626
cargo --version
2727
rustc --version
2828

29+
banner prerequisites
30+
ptime -m ./tools/install_builder_prerequisites.sh -y
31+
2932
banner build
3033

3134
# Enable the "omicron-build" feature to indicate this is an artifact destined

.github/buildomat/jobs/phd-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ outdir="/out"
2727
cargo --version
2828
rustc --version
2929

30+
banner prerequisites
31+
ptime -m ./tools/install_builder_prerequisites.sh -y
32+
3033
# Build the Propolis server binary with 'dev' profile to enable assertions that
3134
# should fire during tests.
3235
banner build-propolis

0 commit comments

Comments
 (0)