File tree Expand file tree Collapse file tree 6 files changed +1564
-550
lines changed
Expand file tree Collapse file tree 6 files changed +1564
-550
lines changed Original file line number Diff line number Diff line change 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
3535cargo --version
3636rustc --version
3737
38+ banner prerequisites
39+ ptime -m ./tools/install_builder_prerequisites.sh -y
40+
3841banner check
3942ptime -m cargo check --features falcon
4043ptime -m cargo clippy --features falcon --all-targets
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ set -o xtrace
2626cargo --version
2727rustc --version
2828
29+ banner prerequisites
30+ ptime -m ./tools/install_builder_prerequisites.sh -y
31+
2932banner build
3033
3134# Enable the "omicron-build" feature to indicate this is an artifact destined
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ outdir="/out"
2727cargo --version
2828rustc --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.
3235banner build-propolis
You can’t perform that action at this time.
0 commit comments