Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ xtask = "run --package xtask --"
# See https://doc.rust-lang.org/cargo/reference/config.html#target.
[build]
rustflags = ["--cfg", "tokio_unstable"]

# Workaround for omicron's bootstore transitive dependency on pq-sys
[env]
DEP_PQ_LIBDIRS = "1"
Copy link
Contributor Author

@zeeshanlakhani zeeshanlakhani Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sadly, this is now always necessary, having updated to a new Omicron commit. It's on maghemite too: https://github.com/oxidecomputer/maghemite/blob/main/.cargo/config.toml#L13.

Loading