Skip to content

Commit

Permalink
Skip SSH setup in Vitis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Dec 6, 2022
1 parent 1587c08 commit 113120a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run-linux-poweroff-vitis.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run_linux_poweroff_vitis():

with prefix(f"cd {ci_env['GITHUB_WORKSPACE']}"):
run("./build-setup.sh --skip-validate")
with prefix('source sourceme-f1-manager.sh'):
with prefix('source sourceme-f1-manager.sh --skip-ssh-setup'):
# avoid logging excessive amounts to prevent GH-A masking secrets (which slows down log output)
with prefix('cd sw/firesim-software'):
run("./init-submodules.sh")
Expand Down

0 comments on commit 113120a

Please sign in to comment.