Skip to content

Commit

Permalink
Use packit from git submodule for building
Browse files Browse the repository at this point in the history
Switch the packit repository used for the build from the external one
to the git submodule.

Signed-off-by: Joerg Roedel <[email protected]>
  • Loading branch information
joergroedel committed Nov 12, 2024
1 parent 4dccb4a commit 97ef47e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ members = [
"libmstpm",
# syscall interface definitions
"syscall",
# PackIt library and command line utility
"packit"
]


Expand All @@ -26,6 +28,7 @@ svsm = { path = "kernel" }
elf = { path = "elf" }
libmstpm = { path = "libmstpm" }
syscall = { path = "syscall" }
packit = { path = "packit" }

# crates.io
aes-gcm = { version = "0.10.3", default-features = false }
Expand All @@ -47,9 +50,6 @@ uuid = "1.6.1"
# Add the derive feature by default because all crates use it.
zerocopy = { version = "0.8.2", features = ["alloc", "derive"] }

# other repos
packit = { git = "https://github.com/coconut-svsm/packit", version = "0.1.1" }

[workspace.lints.rust]
future_incompatible = { level = "deny", priority = 127 }
nonstandard_style = { level = "deny", priority = 126 }
Expand Down

0 comments on commit 97ef47e

Please sign in to comment.