Fix the not-perf recipe and update a TODO

This commit is contained in:
Ribbon 2025-06-08 16:11:11 -03:00
parent 9ee2561670
commit 90705d3877
2 changed files with 5 additions and 2 deletions

View File

@ -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]

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/koute/not-perf"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages nperf
"""