diff options
Diffstat (limited to 'tests/ci/Makefile.powerpc64le')
-rw-r--r-- | tests/ci/Makefile.powerpc64le | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/ci/Makefile.powerpc64le b/tests/ci/Makefile.powerpc64le new file mode 100644 index 000000000000..60c255f569fa --- /dev/null +++ b/tests/ci/Makefile.powerpc64le @@ -0,0 +1,27 @@ +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2024 The FreeBSD Foundation +# +# This software was developed by Cybermancer Infosec <bofh@FreeBSD.org> +# under sponsorship from the FreeBSD Foundation. +# +# CI Makefile for powerpc64le. +# +QEMU_ARCH=ppc64 +QEMU_EXTRA_PARAM=-vga none -accel tcg,thread=multi +QEMU_MACHINE=pseries,cap-hpt-max-page-size=16M +QEMU_MAX_CPU_COUNT=1 +QEMU_MAX_MEM_SIZE=64 + +portinstall-powerpc64le: portinstall-pkg .PHONY + @true + +# NOTE: Nothing should be changed below this line unless explicitly required. + +ci-buildworld-powerpc64le: ci-buildworld .PHONY + +ci-buildkernel-powerpc64le: ci-buildkernel .PHONY + +ci-buildimage-powerpc64le: ci-buildimage .PHONY + +ci-runtest-powerpc64le: ci-runtest .PHONY |