Skip to content

Commit 7f40daf

Browse files
authored
Merge pull request #1152 from nicholasbishop/bishop-msrv-no-xtask
Remove xtask from MSRV build and update clap
2 parents 65aae97 + 3c22b94 commit 7f40daf

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

.github/workflows/rust.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,10 @@ jobs:
114114
run: cp .github/workflows/msrv_toolchain.toml rust-toolchain.toml
115115
- uses: Swatinem/rust-cache@v2
116116
- name: Build
117-
run: cargo xtask build
117+
# Build uefi-test-runner since its dependency tree includes all the
118+
# library packages. Note that xtask isn't used or built here; since it's
119+
# just a dev tool we don't care about the MSRV for that package.
120+
run: cargo build --target x86_64-unknown-uefi -p uefi-test-runner
118121
# This job requires the nightly channel, but keep it as a separate job from
119122
# `nightly_channel` because it takes a while to run.
120123
build_feature_permutations:

Cargo.lock

+16-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)