We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c34cd commit 1dd083dCopy full SHA for 1dd083d
pycheribuild/projects/cross/libcxx.py
@@ -668,7 +668,7 @@ def run_tests(self):
668
)
669
executor_lit_args = ["-Dexecutor=" + self.commandline_to_str(self.get_localhost_test_executor_command())]
670
elif self.can_run_binaries_on_remote_morello_board():
671
- executor = [self.source_dir / "utils/ssh.py", "--host", self.config.remote_morello_board]
+ executor = [self.source_dir / "../libcxx/utils/ssh.py", "--host", self.config.remote_morello_board]
672
executor_lit_args = ["-Dexecutor=" + self.commandline_to_str(executor)]
673
# The Morello board has 4 CPUs, so run 4 tests in parallel.
674
test_jobs = 4
0 commit comments