Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/buildomat/jobs/falcon-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#: series = "falcon"
#: name = "propolis-server"
#: from_output = "/work/release/propolis-server"
#:
#:
#: [[publish]]
#: series = "falcon"
#: name = "propolis-server.sha256.txt"
Expand All @@ -35,6 +35,9 @@ set -o xtrace
cargo --version
rustc --version

banner prerequisites
ptime -m ./tools/install_builder_prerequisites.sh -y

banner check
ptime -m cargo check --features falcon
ptime -m cargo clippy --features falcon --all-targets
Expand Down
3 changes: 3 additions & 0 deletions .github/buildomat/jobs/image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ set -o xtrace
cargo --version
rustc --version

banner prerequisites
ptime -m ./tools/install_builder_prerequisites.sh -y

banner build

# Enable the "omicron-build" feature to indicate this is an artifact destined
Expand Down
3 changes: 3 additions & 0 deletions .github/buildomat/jobs/phd-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ outdir="/out"
cargo --version
rustc --version

banner prerequisites
ptime -m ./tools/install_builder_prerequisites.sh -y

# Build the Propolis server binary with 'dev' profile to enable assertions that
# should fire during tests.
banner build-propolis
Expand Down
Loading
Loading