Enable quic and add CUSTOM kernel.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user