From 2fe8d9c80e2b1297f90a53c01900c0415d8ef622 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 5 Sep 2023 20:24:07 -0500 Subject: Qt UI: Add MIPS lines back to keygen Otherwise, we error out building from missing those cases. --- ui/qt5/horizonwizard.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ui/qt5/horizonwizard.cc') diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index 524b70f..264ecc8 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -579,6 +579,19 @@ QString HorizonWizard::toHScript() { lines << "signingkey https://distfiles.adelielinux.org/adelie/keys/x86_64/x86_64-1@packages.adelielinux.org.pub"; lines << "signingkey https://distfiles.adelielinux.org/adelie/keys/x86_64/x86_64-2@packages.adelielinux.org.pub"; break; + case mips64: + lines << "arch mips64"; + /* XXX: MIPS signing keys are needed before we ship anything. */ + break; + case mips: + lines << "arch mips"; + break; + case mips64el: + lines << "arch mips64el"; + break; + case mipsel: + lines << "arch mipsel"; + break; case UnknownCPU: /* no arch line. hopefully it's run on the target. */ break; -- cgit v1.2.3-60-g2f50