Skip to content

Commit

Permalink
rustup stuff in run_build
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Jul 15, 2022
1 parent 5301cee commit 47135ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contrib/cirrus/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ _run_noarg() {
_run_build() {
# Assume we're on a fast VM, compile everything needed by the
# rest of CI since subsequent tasks may have limited resources.
rustup install stable
rustup default stable
make all debug=1
make build_unit # reuses some debug binaries
make all # optimized/non-debug binaries
Expand All @@ -39,8 +41,6 @@ _run_build_aarch64() {
}

_run_validate() {
rustup install stable
rustup default stable
make validate
}

Expand Down
2 changes: 0 additions & 2 deletions contrib/cirrus/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ msg "************************************************************"
msg "Setting up runtime environment"
msg "************************************************************"

dnf -y install make automake gcc gcc-c++ kernel-devel

show_env_vars

if [[ "$CIRRUS_TASK_NAME" == "build_cross" ]]; then
Expand Down

0 comments on commit 47135ca

Please sign in to comment.