Skip to content

Commit

Permalink
remove UEFI app (project-oak#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
jul-sh committed Jun 13, 2022
1 parent 751d471 commit be2d8eb
Show file tree
Hide file tree
Showing 68 changed files with 295 additions and 1,466 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/cache@v2
env:
# Increment this value to invalidate previous cache entries.
CACHE_VERSION: 11
CACHE_VERSION: 12
with:
path: |
./cargo-cache/bin
Expand Down
180 changes: 90 additions & 90 deletions Cargo.lock

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

15 changes: 7 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ members = [
"experimental/trusted_shuffler/common",
"experimental/trusted_shuffler/server",
"experimental/trusted_shuffler/trusted_shuffler",
"experimental/uefi/channel",
"experimental/uefi/client",
"experimental/uefi/kernel",
"experimental/uefi/loader",
"experimental/uefi/runtime",
"experimental/oak_baremetal_channel",
"experimental/oak_baremetal_client",
"experimental/oak_baremetal_kernel",
"experimental/oak_baremetal_loader",
"experimental/oak_baremetal_runtime",
"experimental/virtio",
"experimental/web_client",
"oak_functions/abi",
Expand Down Expand Up @@ -64,9 +64,8 @@ members = [
"xtask",
]
exclude = [
"experimental/uefi/app",
"experimental/uefi/baremetal",
"experimental/uefi/baremetal-crosvm",
"experimental/oak_baremetal_app_qemu",
"experimental/oak_baremetal_app_crosvm",
"oak_functions/loader/fuzz",
"third_party/ring",
"third_party/curve25519-dalek",
Expand Down
Loading

0 comments on commit be2d8eb

Please sign in to comment.