Skip to content

Nuke uefi services from repository #1141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@v4
- run: |
cargo install auto-release
auto-release --condition body -p uefi-raw -p uefi-macros -p uefi -p uefi-services
auto-release --condition body -p uefi-raw -p uefi-macros -p uefi
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
* [`uefi` changelog](uefi/CHANGELOG.md)
* [`uefi-macros` changelog](uefi-macros/CHANGELOG.md)
* [`uefi-raw` changelog](uefi-raw/CHANGELOG.md)
* [`uefi-services` changelog](uefi-services/CHANGELOG.md)
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ members = [
"uefi",
"uefi-macros",
"uefi-raw",
"uefi-services",
"uefi-test-runner",
"xtask",
]
Expand All @@ -29,7 +28,6 @@ uguid = "2.1.0"
uefi = { path = "uefi" }
uefi-macros = { path = "uefi-macros" }
uefi-raw = { path = "uefi-raw" }
uefi-services = { path = "uefi-services" }

# Enable optimization for xtask itself, not for its dependencies. This speeds up
# OVMF prebuilt decompression without much increase in compilation time.
Expand Down
1 change: 0 additions & 1 deletion PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ repository to [crates.io](https://crates.io/).
release is performed.
- We want git tags like `uefi-raw-v0.4.0` or `uefi-v0.25.0` for every release.
- We want our crate dependencies published in the right order (if necessary):
- `uefi-services` depends on `uefi`
- `uefi` depends on `uefi-macros` and `uefi-raw`

## How: Ways to Publish
Expand Down
1 change: 0 additions & 1 deletion book/src/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
* [`uefi` crate reference](https://docs.rs/uefi)
* [`uefi-macros` crate reference](https://docs.rs/uefi-macros)
* [`uefi-raw` crate reference](https://docs.rs/uefi-raw)
* [`uefi-services` crate reference](https://docs.rs/uefi-services)
* [UEFI Specifications](https://uefi.org/specifications)
105 changes: 0 additions & 105 deletions uefi-services/CHANGELOG.md

This file was deleted.

23 changes: 0 additions & 23 deletions uefi-services/Cargo.toml

This file was deleted.

Loading