From 055bcc5f97b85d8148aad14fb596370947f7a77c Mon Sep 17 00:00:00 2001 From: slmnemo Date: Mon, 9 Sep 2024 12:43:58 -0700 Subject: [PATCH] Changed make names to match new Linux makefile. Removed --buildroot option from regression call. --- bin/nightly_build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/nightly_build.py b/bin/nightly_build.py index 629da074e..0770de66f 100755 --- a/bin/nightly_build.py +++ b/bin/nightly_build.py @@ -751,8 +751,7 @@ def main(): # Compile Linux for local testing test_runner.set_env_var("RISCV",str(test_runner.cvw)) linux_path = test_runner.cvw / "linux" - test_runner.execute_makefile(target = "all_nosudo", makefile_path=linux_path) - test_runner.execute_makefile(target = "dumptvs_nosudo", makefile_path=linux_path) + test_runner.execute_makefile(target = "all", makefile_path=linux_path) ############################################# # RUN TESTS #