Skip to content

Commit

Permalink
Remove old irrelevant items from Cargo.toml (theseus-os#1075)
Browse files Browse the repository at this point in the history
Some editors may complain about non-existent directories.

Signed-off-by: Klimenty Tsoutsman <[email protected]>
  • Loading branch information
tsoutsman authored Nov 15, 2023
1 parent af51e78 commit 562a39c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ exclude = [
"build",
"target",

## Exclude the `aarch64` directory, which is a WIP port that currently must be built separately.
"aarch64",

## Exclude configuration, tools, scripts, etc
"cfg",
"compiler_plugins",
Expand All @@ -45,7 +42,6 @@ exclude = [

## Exclude old components
"old_crates",
"userspace",

## Exclude third-party libs and ports for now.
## This allows Theseus crates that *are* included in a build to pull these
Expand Down Expand Up @@ -73,13 +69,15 @@ exclude = [
## Exclude benchmark-related crates in all builds; they must be explicitly included via features.
## TODO: move these to a specific "benches" folder so we can exclude that entire folder.
"applications/bm",
"applications/channel_eval",
"applications/heap_eval",
"applications/rq_eval",
"applications/scheduler_eval",

## Exclude application crates used for testing specific Theseus functionality.
## TODO: move these to a specific "tests" folder so we can exclude that entire folder.
"applications/test_aligned_page_allocation",
"applications/test_async",
"applications/test_backtrace",
"applications/test_block_io",
"applications/test_channel",
Expand All @@ -89,13 +87,15 @@ exclude = [
"applications/test_libc",
"applications/test_mlx5",
"applications/test_panic",
"applications/test_preemption_counter",
"applications/test_restartable",
"applications/test_serial_echo",
"applications/test_scheduler",
"applications/test_std_fs",
"applications/test_sync_block",
"applications/test_task_cancel",
"applications/test_tls",
"applications/test_wait_queue",
"applications/test_wasmtime",
"applications/tls_test",
"applications/unwind_test",
]

Expand Down

0 comments on commit 562a39c

Please sign in to comment.