Skip to content

Commit cc132f9

Browse files
committed
Add xtask for packaging bootleby
Signing bootleby relies on it being packaged in a hubris archive. Add an xtask command for this.
1 parent 45f8404 commit cc132f9

6 files changed

Lines changed: 1562 additions & 96 deletions

File tree

.cargo/config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ rustflags = [
66
"-C", "link-arg=-Tlink.x",
77
"-C", "overflow-checks=y",
88
]
9+
10+
# We need to specify the target manually here because by default we
11+
# build for our arm target. We can add more aliases for other platforms
12+
# as needed.
13+
[alias]
14+
xtask = "run --target x86_64-unknown-linux-gnu --package xtask --"

0 commit comments

Comments
 (0)