Set up poudriere on mrmanager.

This commit is contained in:
Tom Alexander
2023-05-29 00:13:57 -04:00
parent 354c6b84ab
commit ab0ab17201
18 changed files with 282 additions and 50 deletions

View File

@@ -6,10 +6,8 @@
#
# Example from bottom of /usr/share/examples/etc/make.conf
.if ${.CURDIR:N*/lang/gcc48*} && ${.CURDIR:N*/lang/gcc10*} && ${.CURDIR:N*/textproc/ripgrep*} && ${.CURDIR:N*/www/firefox*}
# Disabling tigerlake optimizations because qemu's TCG does not support avx512
#
#CPUTYPE?=tigerlake
CPUTYPE?=x86-64-v3
CPUTYPE?=tigerlake
#CPUTYPE?=x86-64-v3
.endif
OPTIMIZED_CFLAGS=YES
BUILD_OPTIMIZED=YES