Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
657 changes: 605 additions & 52 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ rust-version = "1.89" # if this changes, edit ci.yaml as well!
# `git`-based deps
gimlet-inspector-protocol = { git = "https://github.com/oxidecomputer/gimlet-inspector-protocol" }
hif = { git = "https://github.com/oxidecomputer/hif" }
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git" }
humpty = { git = "https://github.com/oxidecomputer/humpty", version = "0.1.5" }
idol = { git = "https://github.com/oxidecomputer/idolatry.git" }
idt8a3xxxx = { git = "https://github.com/oxidecomputer/idt8a3xxxx" }
Expand Down
4 changes: 3 additions & 1 deletion cmd/extract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ struct ExtractArgs {

fn extract(context: &mut ExecutionContext) -> Result<()> {
let hubris = context.archive.as_ref().unwrap();
let archive = hubris.archive();
// We purposely use the raw bytes instead of loading the
// hubris archive because it dramatically increases CI testing time
let archive = hubris.raw_bytes();
let Subcommand::Other(subargs) = context.cli.cmd.as_ref().unwrap();
let subargs = ExtractArgs::try_parse_from(subargs)?;

Expand Down
Binary file removed humility-bin/tests/cmd/cores/hubris.core.chilly.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed humility-bin/tests/cmd/cores/hubris.core.spoopy.0
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Empty file.
12 changes: 0 additions & 12 deletions humility-bin/tests/cmd/counters-arg/counters-arg.chilly.0.toml

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.
12 changes: 0 additions & 12 deletions humility-bin/tests/cmd/counters-arg/counters-arg.spoopy.0.toml

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions humility-bin/tests/cmd/counters-csv/counters-csv.chilly.0.toml

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions humility-bin/tests/cmd/counters-csv/counters-csv.spoopy.0.toml

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions humility-bin/tests/cmd/counters-full/counters-full.chilly.0.toml

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.
12 changes: 0 additions & 12 deletions humility-bin/tests/cmd/counters-full/counters-full.spoopy.0.toml

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Loading
Loading