Rename rust package to rustc and remove cargo(1) build #31

Closed
opened 2024-02-16 00:57:48 +00:00 by emma · 1 comment
Owner
No description provided.
emma added the
core
help wanted
update
labels 2024-02-16 00:57:48 +00:00
emma added a new dependency 2024-02-16 00:58:18 +00:00
emma changed title from Remove `cargo(1)` compilation from rust package to Rename rust package to rustc and remove `cargo(1)` build 2024-02-17 06:36:29 +00:00
Author
Owner
diff --git a/core/rust/build b/core/rust/build
index 9485eac6..c4fef633 100755
--- a/core/rust/build
+++ b/core/rust/build
@@ -32,7 +32,7 @@ submodules     = false
 python         = "python3"
 locked-deps    = true
 vendor         = true
-tools          = [ "cargo", "rustfmt" ]
+tools          = [ ]
 sanitizers     = false
 profiler       = false
 full-bootstrap = false
``` diff --git a/core/rust/build b/core/rust/build index 9485eac6..c4fef633 100755 --- a/core/rust/build +++ b/core/rust/build @@ -32,7 +32,7 @@ submodules = false python = "python3" locked-deps = true vendor = true -tools = [ "cargo", "rustfmt" ] +tools = [ ] sanitizers = false profiler = false full-bootstrap = false ```
emma closed this issue 2024-06-20 03:54:21 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
Reference: bonsai/repo#31
No description provided.