1# SPDX-License-Identifier: BSD-2-Clause 2# 3# Copyright (c) 2024 The FreeBSD Foundation 4# 5# This software was developed by Cybermancer Infosec <bofh@FreeBSD.org> 6# under sponsorship from the FreeBSD Foundation. 7# 8# CI Makefile for amd64. 9# 10QEMU_ARCH=x86_64 11QEMU_MACHINE=q35 12QEMU_MAX_CPU_COUNT=256 13QEMU_MAX_MEM_SIZE=128 14 15portinstall-amd64: portinstall-pkg .PHONY 16 @true 17 18# NOTE: Nothing should be changed below this line unless explicitly required. 19 20ci-buildworld-amd64: ci-buildworld .PHONY 21 22ci-buildkernel-amd64: ci-buildkernel .PHONY 23 24ci-buildimage-amd64: ci-buildimage .PHONY 25 26ci-runtest-amd64: ci-runtest .PHONY 27