From 016583f3f237938816a819a882510e9a57a141ad Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 24 Jun 2024 14:32:47 -0700 Subject: bench: fetch from fork updated for yaxpeax-x86 2.0.0 --- goodfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goodfile b/goodfile index 37db819..cf93b86 100644 --- a/goodfile +++ b/goodfile @@ -28,7 +28,7 @@ Build.artifact(sopath) -- now run some perf numbers... Step.start("perf") -Build.run({"git", "clone", "https://github.com/athre0z/disas-bench.git", "disas-bench"}) +Build.run({"git", "clone", "https://github.com/iximeow/disas-bench.git", "disas-bench"}) Build.run({"git", "submodule", "update", "--recursive", "--init"}, {cwd="disas-bench"}) Build.run({"git", "remote", "add", "dev", "../../.."}, {cwd="disas-bench/libs/yaxpeax"}) Build.run({"git", "fetch", "-a", "dev"}, {cwd="disas-bench/libs/yaxpeax"}) -- cgit v1.1