Skip to content

Commit 56e73cd

Browse files
Komzpadaztucker
authored andcommitted
ci: avoid rsync dependency in NetBSD VM jobs
1 parent ac4a412 commit 56e73cd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/vm.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,12 @@ jobs:
166166
with:
167167
release: ${{ matrix.target }}
168168
usesh: true
169+
sync: scp
170+
copyback: false
169171
prepare: |
172+
case "$(uname -r)" in
173+
9.*) export PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/9.0_2026Q1/All" ;;
174+
esac
170175
/usr/sbin/pkg_add sudo
171176
openssl rand -base64 9 >$GITHUB_WORKSPACE/regress/password
172177
pw=$(tr -d '\n' <$GITHUB_WORKSPACE/regress/password | pwhash)
@@ -496,4 +501,3 @@ jobs:
496501
cd $GITHUB_WORKSPACE
497502
cp regress/password regress/kbdintpw
498503
sudo -u builder env SUDO=sudo TEST_SSH_SSHD_CONFOPTS="UsePam yes" make t-exec
499-

0 commit comments

Comments
 (0)