Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
726 changes: 363 additions & 363 deletions .github/workflows/ci-macos.yml

Large diffs are not rendered by default.

547 changes: 280 additions & 267 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

489 changes: 222 additions & 267 deletions .github/workflows/promote.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .minimal/minimal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ exec = "cargo build --verbose"
inherit_cwd = true

[tasks.build-smoke]
description = "Smoke-test that `minimal run` can build the CLI"
exec = "cargo build -p minimal"
description = "Smoke-test that `mip run` can build the CLI"
exec = "cargo build -p mip"
inherit_cwd = true

[tasks.test]
Expand Down
90 changes: 45 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ members = [
"crates/ot",
"crates/orchestrator",
"crates/paths",
"crates/mip",
"crates/minimal",
"crates/minimal2",
"crates/minimald",
"crates/minimald-rpc",
"crates/minvmd",
Expand Down
48 changes: 11 additions & 37 deletions crates/minimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,50 +1,24 @@
[package]
name = "minimal"
version = "0.4.1"
version = "0.0.1"
edition.workspace = true
publish.workspace = true

[dependencies]
args.workspace = true
graph.workspace = true
lcache.workspace = true
rcache.workspace = true
check.workspace = true
common.workspace = true
checkouts.workspace = true
decode.workspace = true
mctx.workspace = true
mfile.workspace = true
op.workspace = true
ot.workspace = true
orchestrator.workspace = true
remote-client.workspace = true

nickel-lang-core.workspace = true
codespan-reporting.workspace = true

tracing.workspace = true
tracing-subscriber.workspace = true

clap.workspace = true
clap_complete.workspace = true
camino.workspace = true
chrono.workspace = true
dirs.workspace = true
blake3.workspace = true
minimald-rpc.workspace = true
paths.workspace = true
russh.workspace = true
serde.workspace = true
serde_json.workspace = true

rayon.workspace = true
sessions.workspace = true
tokio.workspace = true
tokio-util.workspace = true
futures.workspace = true

anyhow.workspace = true

toml_edit.workspace = true

petgraph.workspace = true
smallvec.workspace = true

[dev-dependencies]
serial_test.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true

minvmd = { path = "../minvmd" }
ot.workspace = true
File renamed without changes.
File renamed without changes.
Loading
Loading