mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-19 21:51:02 +01:00
fix release name
This commit is contained in:
@@ -2,10 +2,15 @@
|
|||||||
|
|
||||||
By default the woodpecker intance on Codeberg doesn't support
|
By default the woodpecker intance on Codeberg doesn't support
|
||||||
FreeBSD. Running FreeBSD inside a qemu VM in a linux docker image
|
FreeBSD. Running FreeBSD inside a qemu VM in a linux docker image
|
||||||
didn't work. So, this is my setup:
|
didn't work. Also, this particular tool needs to run outside a jail,
|
||||||
|
since it is a jail management tool.
|
||||||
|
|
||||||
|
So, this is my setup:
|
||||||
|
|
||||||
I deployed a freebsd VM on Hetzner Cloud: `ci-agent.daemon.de`. It
|
I deployed a freebsd VM on Hetzner Cloud: `ci-agent.daemon.de`. It
|
||||||
runs the `woodpecker-agent` build for freebsd.
|
runs the `woodpecker-agent` build for freebsd. The agent runs as rool
|
||||||
|
directly on the host. This is a security risk and the reason why we
|
||||||
|
use a VM.
|
||||||
|
|
||||||
The VM does **NOT** run continuously. So in order to execute
|
The VM does **NOT** run continuously. So in order to execute
|
||||||
workflows, first unsuspend the VM:
|
workflows, first unsuspend the VM:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
release:
|
release:
|
||||||
- 14.3-RELEASE
|
- 14.3-RELEASE-p7
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
platform: freebsd/amd64
|
platform: freebsd/amd64
|
||||||
@@ -22,6 +22,8 @@ steps:
|
|||||||
- sysctl hw.physmem
|
- sysctl hw.physmem
|
||||||
- sysctl hw.usermem
|
- sysctl hw.usermem
|
||||||
|
|
||||||
|
- rm -rf /jail
|
||||||
|
|
||||||
- ifconfig vtnet0 172.16.0.1/32 alias
|
- ifconfig vtnet0 172.16.0.1/32 alias
|
||||||
- ifconfig vtnet0
|
- ifconfig vtnet0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user