Enable quic and add CUSTOM kernel.

This commit is contained in:
Tom Alexander
2024-07-04 00:45:54 -04:00
parent 9e107d4a75
commit fb90c63d84
6 changed files with 13 additions and 2 deletions

View File

@@ -12,5 +12,7 @@ if ! grep -q "${jail_name}" <<<"$jail_list"; then
fi
poudriere jail -d -j "$jail_name" -C all
rm -rf /usr/local/poudriere/data/images/${jail_name}-repo \
/usr/obj/usr/local/poudriere/jails/${jail_name}
echo "Deleted jail $jail_name"

View File

@@ -123,6 +123,7 @@
- name: Create the jails
when: item.version != "CURRENT"
check_mode: false
command: |-
echo poudriere jail {{poudriere_perf_flags}} -c -j {{ item.jail }} -v {{ item.version }} -a amd64 -K {{ item.kernel|default("GENERIC") }} -B -b
args:
@@ -131,6 +132,7 @@
- name: Create the jails
when: item.version == "CURRENT"
check_mode: false
# -D clones the entire history instead of just the most recent commit
# -B to build the pkgbase packages
# -b to build the jail OS from source