[all-commits] [llvm/llvm-project] 04f908: [libcxx][lit] Add support for custom ssh/scp flags...

Alexander Richardson via All-commits all-commits at lists.llvm.org
Tue Oct 6 03:40:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 04f908b9f0d637fc5ba3dd32437ffdf89623b1d8
      https://github.com/llvm/llvm-project/commit/04f908b9f0d637fc5ba3dd32437ffdf89623b1d8
  Author: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
    M libcxx/utils/ssh.py

  Log Message:
  -----------
  [libcxx][lit] Add support for custom ssh/scp flags in ssh.py

In our CHERI Jenkins CI we need to pass `-F <custom_config_file>` to each
ssh/scp command to set various arguments such as the localhost port, usage
of controlmaster, etc. to speed up connections to our emulated QEMU systems.

For our specific use-case I could have also added a single --ssh-config-file
argument that can be used for both the scp and ssh commands, but being able
to pass arbitrary extra flags for both commands seems more flexible.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D84097




More information about the All-commits mailing list