[openssh-commits] [openssh] branch master updated: ci: avoid rsync dependency in NetBSD VM jobs
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon May 11 18:18:32 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 56e73cd80 ci: avoid rsync dependency in NetBSD VM jobs
56e73cd80 is described below
commit 56e73cd804cff08e38caaa03b75bec253f16fd62
Author: Darafei Praliaskouski <me at komzpa.net>
AuthorDate: Sat May 9 19:50:31 2026 +0400
ci: avoid rsync dependency in NetBSD VM jobs
---
.github/workflows/vm.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml
index 7d5161b5b..2aed98651 100644
--- a/.github/workflows/vm.yml
+++ b/.github/workflows/vm.yml
@@ -166,7 +166,12 @@ jobs:
with:
release: ${{ matrix.target }}
usesh: true
+ sync: scp
+ copyback: false
prepare: |
+ case "$(uname -r)" in
+ 9.*) export PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/9.0_2026Q1/All" ;;
+ esac
/usr/sbin/pkg_add sudo
openssl rand -base64 9 >$GITHUB_WORKSPACE/regress/password
pw=$(tr -d '\n' <$GITHUB_WORKSPACE/regress/password | pwhash)
@@ -496,4 +501,3 @@ jobs:
cd $GITHUB_WORKSPACE
cp regress/password regress/kbdintpw
sudo -u builder env SUDO=sudo TEST_SSH_SSHD_CONFOPTS="UsePam yes" make t-exec
-
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list