Skip to content

Commit

Permalink
install just builder prereqs in package step
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Jul 28, 2022
1 parent 35dcb7f commit 0cdc4a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/buildomat/jobs/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ set -o xtrace
cargo --version
rustc --version

sed -i -e 's^pfexec ./tools/install_opte.sh^true^' ./tools/install_prerequisites.sh
ptime -m ./tools/install_prerequisites.sh -yp
ptime -m ./tools/install_builder_prerequisites.sh -yp

ptime -m cargo run --locked --release --bin omicron-package -- package

Expand Down

0 comments on commit 0cdc4a8

Please sign in to comment.