fix(ci): add cmake to crane build inputs for aws-lc-sys (otlp/reqwest-rustls)
This commit is contained in:
parent
4b8a045232
commit
4011141fd6
1 changed files with 6 additions and 0 deletions
|
|
@ -141,10 +141,16 @@
|
||||||
# (`hive-matrix-mcp` workspace member) — the
|
# (`hive-matrix-mcp` workspace member) — the
|
||||||
# matrix-sdk-sqlite + rusqlite stack links against system
|
# matrix-sdk-sqlite + rusqlite stack links against system
|
||||||
# libsqlite3 by default.
|
# libsqlite3 by default.
|
||||||
|
# `cmake` builds `aws-lc-sys` (BoringSSL) from source — pulled in by
|
||||||
|
# the `rustls` (aws-lc-rs) crypto provider under the OTLP/reqwest
|
||||||
|
# stack in `hive-metric`. Without it the crane deps build fails on
|
||||||
|
# `cargo-package-reqwest-0.13.4`. Kept in the shared inputs since
|
||||||
|
# more metric/crypto deps are expected to land in the workspace.
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.sqlite
|
pkgs.sqlite
|
||||||
pkgs.pkg-config
|
pkgs.pkg-config
|
||||||
|
pkgs.cmake
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue