Compare commits

..

1 commit

Author SHA1 Message Date
f1122e8e5d
WIP: Add progenitor client 2024-12-15 12:53:37 +01:00
2 changed files with 6 additions and 9 deletions

View file

@ -28,7 +28,7 @@ tracing-opentelemetry.workspace = true
tracing-slog.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
#
# [[bin]]
# name = "patagia-controller"
# doc = false
[[bin]]
name = "patagia-controller"
doc = false

View file

@ -49,7 +49,7 @@
nativeBuildInputs = with pkgs; [
clang_18
mold
pkg-config
openssl
];
sourceAndFixtures = path: type: (craneLib.filterCargoSources path type);
@ -73,9 +73,6 @@
inherit src stdenv nativeBuildInputs;
strictDeps = true;
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";
buildInputs = with pkgs; [
openssl
];
};
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
@ -95,7 +92,6 @@
./Cargo.toml
./Cargo.lock
(craneLib.fileset.commonCargoSources ./agent)
(craneLib.fileset.commonCargoSources ./client)
(craneLib.fileset.commonCargoSources ./controller)
(craneLib.fileset.commonCargoSources ./xtask)
(craneLib.fileset.commonCargoSources crate)
@ -189,6 +185,7 @@
cargo-watch
hyperfine
just
pkg-config
rust-dev-toolchain
watchexec
];