Skip to content

Commit

Permalink
Merge pull request #1124 from hermit-os/application-toolchain
Browse files Browse the repository at this point in the history
ci: use application toolchain
  • Loading branch information
mkroening authored Apr 9, 2024
2 parents 5b616c3 + a20fd46 commit 6e6d6f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xtask/src/ci/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ impl Build {
None
};

cmd!(sh, "cargo build --manifest-path ../Cargo.toml")
sh.change_dir("..");
cmd!(sh, "cargo build")
.args(self.cargo_build.artifact.arch.ci_cargo_args())
.cargo_build_args(&self.cargo_build)
.args(&["--package", self.package.as_str()])
Expand Down

0 comments on commit 6e6d6f3

Please sign in to comment.