Skip to content

Commit

Permalink
varlink: Remove half-arsed impl until ready, stoopid CI errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Dec 14, 2024
1 parent 33c3eba commit bb3a786
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 373 deletions.
221 changes: 50 additions & 171 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ tokio = { version = "1.38.0", features = ["full"] }
tokio-stream = { version = "0.1.15", features = ["time"] }
tokio-util = { version = "0.7.11", features = ["io"] }
url = { version = "2.5.2", features = ["serde"] }
varlink = "11.0.1"
varlink_generator = "10.1.0"
xxhash-rust = { version = "0.8.11", features = ["xxh3"] }
zstd = { version = "0.13.2", features = ["zstdmt"] }
mailparse = "0.15.0"
Expand Down
4 changes: 0 additions & 4 deletions moss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ edition.workspace = true
version.workspace = true
rust-version.workspace = true

[build-dependencies]
varlink_generator.workspace = true

[dependencies]
config = { path = "../crates/config" }
container = { path = "../crates/container" }
Expand Down Expand Up @@ -44,7 +41,6 @@ tokio.workspace = true
tokio-util.workspace = true
thiserror.workspace = true
url.workspace = true
varlink.workspace = true
xxhash-rust.workspace = true
zbus.workspace = true

Expand Down
6 changes: 0 additions & 6 deletions moss/build.rs

This file was deleted.

2 changes: 0 additions & 2 deletions moss/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ pub mod request;
pub mod runtime;
pub mod signal;
pub mod state;

mod varlink;
4 changes: 0 additions & 4 deletions moss/src/varlink/com.serpentos.moss.varlink

This file was deleted.

177 changes: 0 additions & 177 deletions moss/src/varlink/com_serpentos_moss.rs

This file was deleted.

7 changes: 0 additions & 7 deletions moss/src/varlink/mod.rs

This file was deleted.

0 comments on commit bb3a786

Please sign in to comment.