Skip to content

feat(openssh): add ssh and scp as external static dependencies

David Brown requested to merge David.Brown/rules_labgrid:openssh into main

Make it possible to create static versions of ssh and scp

bazelisk build external/openssh:openssh

You can then find the binaries (for copying into a docker image) using

bazelisk cquery --output=files external/openssh:openssh

Edited by David Brown

Merge request reports