Skip to content

Commit fc0a6e0

Browse files
author
Generate.yml
committed
Generated from base-vm
1 parent 9fce2b3 commit fc0a6e0

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/data/base-vm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7adfd36aca3e6bea3dea7acade277ac14bd4e606
1+
f931ad85e8983e8b2ca332605854e3dd9eb31ec6

.github/tpl/README.tpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The code is shared from the host to the VM via `rsync` by default, you can choos
123123
You can also set `sync: no`, so the files will not be synced to the VM.
124124

125125

126-
When using `rsync` or `scp`, you can define `copyback: false` to not copy files back from the VM in to the host.
126+
When using a copy based sync method (`rsync`, `scp`, `tar` or `9p`), you can define `copyback: false` to not copy files back from the VM to the host. It has no effect on `sshfs` and `nfs`, which are live mounts and never copy back.
127127

128128

129129
```yaml

.github/workflows/test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Test in Hurd
127127
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":["rsync","scp","nfs","tar"],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'sshfs') }}
128128
id: test
129-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
129+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
130130
with:
131131
envs: 'DEBUG MYTOKEN MYTOKEN2'
132132
prepare: |
@@ -281,7 +281,7 @@ jobs:
281281
- name: Test in Hurd
282282
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":["rsync","scp","nfs","tar"],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'nfs') }}
283283
id: test
284-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
284+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
285285
with:
286286
envs: 'DEBUG MYTOKEN MYTOKEN2'
287287
prepare: |
@@ -444,7 +444,7 @@ jobs:
444444
- name: Test in Hurd
445445
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":["rsync","scp","nfs","tar"],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'scp') }}
446446
id: test
447-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
447+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
448448
with:
449449
envs: 'DEBUG MYTOKEN MYTOKEN2'
450450
prepare: |
@@ -574,7 +574,7 @@ jobs:
574574
- name: Test in Hurd
575575
if: ${{ contains('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":["rsync","scp","nfs","tar"],"loongarch64":[],"armv7":[]}', 'tar') }}
576576
id: test
577-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
577+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
578578
with:
579579
mem: 4096
580580
debug: true
@@ -641,7 +641,7 @@ jobs:
641641
- name: Test in Hurd
642642
if: ${{ contains('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":["rsync","scp","nfs","tar"],"loongarch64":[],"armv7":[]}', '9p') }}
643643
id: test
644-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
644+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
645645
with:
646646
mem: 4096
647647
debug: true
@@ -758,7 +758,7 @@ jobs:
758758
- name: Test in Hurd
759759
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":["rsync","scp","nfs","tar"],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'rsync') }}
760760
id: test
761-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
761+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
762762
with:
763763
envs: 'MYTOKEN MYTOKEN2'
764764
prepare: |
@@ -908,7 +908,7 @@ jobs:
908908
- name: Test in Hurd
909909
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":["rsync","scp","nfs","tar"],"loongarch64":[],"armv7":[]}')[matrix.arch == '' && 'x86_64' || matrix.arch], 'rsync') }}
910910
id: test
911-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
911+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
912912
with:
913913
envs: 'MYTOKEN MYTOKEN2'
914914
prepare: |
@@ -1027,7 +1027,7 @@ jobs:
10271027
- name: Test in Hurd
10281028
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":["rsync","scp","nfs","tar"],"loongarch64":[],"armv7":[]}')['x86_64'], 'rsync') }}
10291029
id: test
1030-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
1030+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
10311031
with:
10321032
mem: 4096
10331033
debug: true
@@ -1087,7 +1087,7 @@ jobs:
10871087
- name: Test in Hurd
10881088
if: ${{ contains(fromJSON('{"x86_64":["rsync","scp","nfs","tar"],"aarch64":[],"riscv64":[],"powerpc64":[],"sparc64":[],"ppc64le":[],"s390x":[],"i386":["rsync","scp","nfs","tar"],"loongarch64":[],"armv7":[]}')['x86_64'], 'rsync') }}
10891089
id: test
1090-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
1090+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
10911091
with:
10921092
mem: 4096
10931093
debug: true
@@ -1163,7 +1163,7 @@ jobs:
11631163
- name: Test in Hurd
11641164
id: testerr
11651165
continue-on-error: true
1166-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
1166+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
11671167
with:
11681168
debug: true
11691169
# A command that EXISTS and fails, rather than `false` or a made-up
@@ -1209,7 +1209,7 @@ jobs:
12091209
- name: Test in Hurd
12101210
id: testpass
12111211
continue-on-error: true
1212-
uses: vmactions/hurd-vm@1714828c257459eea75e8245059b84be48936246
1212+
uses: vmactions/hurd-vm@0355b3fd9a1f1f1dca0804af3f954c425d89039e
12131213
with:
12141214
debug: true
12151215
# No `true` and no double quotes: this body runs on every guest, and

0 commit comments

Comments
 (0)