Skip to content

Commit 91b245e

Browse files
Revert "ci: check if crate can be packaged"
This reverts commit fc5c0a9. When `cargo package` builds `uefi`, it does so with dependencies from crates.io. That causes a problem if `uefi` depends on some not-yet-released API changes in `uefi-raw` or `uefi-macros`. For example, see: rust-osdev#1383 (comment) I couldn't find a way to force it to use local deps, so revert the job for now.
1 parent 41a3cb4 commit 91b245e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,6 @@ jobs:
127127
# library packages. Note that xtask isn't used or built here; since it's
128128
# just a dev tool we don't care about the MSRV for that package.
129129
run: cargo build --target x86_64-unknown-uefi -p uefi-test-runner
130-
# Tests that the published crates keep being package-able (thus, releasable).
131-
package:
132-
name: Package Crates
133-
runs-on: ubuntu-latest
134-
steps:
135-
- name: Checkout sources
136-
uses: actions/checkout@v4
137-
- uses: Swatinem/rust-cache@v2
138-
- name: Build
139-
run: cargo package -p uefi -p uefi-raw -p uefi-macros
140130
# This job requires the nightly channel, but keep it as a separate job from
141131
# `nightly_channel` because it takes a while to run.
142132
build_feature_permutations:

0 commit comments

Comments
 (0)