mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Update recipes
This commit is contained in:
parent
a4d91cd66c
commit
e5ef46e86c
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/BurntSushi/cargo-benchcmp"
|
||||
[build]
|
||||
|
||||
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/Canop/glassbench"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples lettersorter
|
||||
"""
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make zstd work
|
||||
[source]
|
||||
git = "https://github.com/iopsystems/rpc-perf"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"zstd",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user