[openssh-commits] [openssh] 06/08: Run vmstartup from temp dir.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Nov 28 22:39:38 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit d664ddaec87bdc7385be8ef7f1337793e1679d48
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Nov 27 12:19:37 2022 +1100

    Run vmstartup from temp dir.
    
    This will allow us to create ephemeral disk images per-runner.
---
 .github/workflows/selfhosted.yml | 1 +
 .github/workflows/upstream.yml   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 76acf2cf..91a944a2 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -81,6 +81,7 @@ jobs:
       run: autoreconf
     - name: startup VM
       run: vmstartup
+      working-directory: ${{ runner.temp }}
     - name: configure
       run: vmrun ./.github/configure.sh ${{ matrix.config }}
     - name: save config
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 76515c54..2b745536 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -25,6 +25,7 @@ jobs:
     - uses: actions/checkout at main
     - name: startup VM
       run: vmstartup
+      working-directory: ${{ runner.temp }}
     - name: update source
       run: vmrun "cd /usr/src && cvs up -dPA usr.bin/ssh regress/usr.bin/ssh"
     - name: make clean

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list