1#!/bin/sh 2 3export JFLAG=${BUILDER_JFLAG} 4 5export TARGET=amd64 6export TARGET_ARCH=amd64 7 8export WITH_LIB32=1 9export WITH_DEBUG=1 10export WITH_TESTS=1 11 12export KERNCONF=GENERIC-KMSAN 13 14sh -x freebsd-ci/scripts/build/build-test_image-head.sh 15 16