mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
Fix the not-perf recipe and update a TODO
This commit is contained in:
parent
9ee2561670
commit
90705d3877
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compilation error
|
||||
#TODO maybe incomplete script
|
||||
# build instructions - https://github.com/rui314/mold#how-to-build
|
||||
[source]
|
||||
|
||||
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/koute/not-perf"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages nperf
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user