Skip to content

Commit 8c8d62a

Browse files
authored
Remove tracy due to compliation issues (#1172)
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent c9c4940 commit 8c8d62a

7 files changed

Lines changed: 12 additions & 206 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Justfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@ clippy target=default-target: (witguest-wit)
250250
{{ cargo-cmd }} clippy --all-targets --all-features --profile={{ if target == "debug" { "dev" } else { target } }} {{ target-triple-flag }} -- -D warnings
251251

252252
# for use on a linux host-machine when cross-compiling to windows. Uses the windows-gnu which should be sufficient for most purposes
253-
# Note: `--all-targets` does not work because build issues from tracy-crate
254253
clippyw target=default-target: (witguest-wit)
255-
{{ cargo-cmd }} clippy --all-features --target x86_64-pc-windows-gnu --profile={{ if target == "debug" { "dev" } else { target } }} -- -D warnings
254+
{{ cargo-cmd }} clippy --all-targets --all-features --target x86_64-pc-windows-gnu --profile={{ if target == "debug" { "dev" } else { target } }} -- -D warnings
256255

257256
clippy-guests target=default-target: (witguest-wit)
258257
command -v cargo-hyperlight >/dev/null 2>&1 || cargo install --locked cargo-hyperlight

src/hyperlight_host/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ criterion = "0.8.1"
104104
tracing-chrome = "0.7.2"
105105
metrics-util = "0.20.1"
106106
metrics-exporter-prometheus = { version = "0.18.1", default-features = false }
107-
tracing-tracy = "0.11.4"
108107
serde_json = "1.0"
109108
hyperlight-component-macro = { workspace = true }
110109

src/hyperlight_host/examples/tracing-tracy/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
-50.5 KB
Binary file not shown.

src/hyperlight_host/examples/tracing-tracy/main.rs

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/tests/rust_guests/simpleguest/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)