From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id MMHBOHHOQWbTBgAAe85BDQ:P1 (envelope-from ) for ; Mon, 13 May 2024 10:25:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id MMHBOHHOQWbTBgAAe85BDQ (envelope-from ) for ; Mon, 13 May 2024 10:25:22 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=NYkcrvZZ; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1715588721; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=TqxFDHaA5joWfgfcfaw4+JVzhrp30766OLk8EqVje04=; b=TvfBsoLlWnADZTQlNIhjpWi2GAdv8+Atm3f6HiTnLrWBsBu+W2TnuwW+fc8JUvmhWTDSOQ OIhye9rQq1htVeeRtj8/n0mujpuLdN6XiBC/8CDjSFUUCHHgBRZA5ljbYszkenmWspl5uD 3rQlb06YPO+Fqu+BCcYJJdH6IVZJYx5JZhWes2Wc51E6PbK7e+nGZUWqDL1KYd9MtLXUfK fbcUEHr80Sgg+TGzl2cpe2tydjx6GlNIYEAEjh+b4ArNXKPO/D0GC66pg43qEfk17yOAqL zSp8KeL07qsGJW8+anFur4qQ7Rbxx68uyKlOhVU4+zePESGfZ+w1ba1RP/jk4A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=NYkcrvZZ; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1715588721; a=rsa-sha256; cv=none; b=mKXFvz4o0LsxR/tGnZOib33inPnMRVFEkLxvMHH6QBIwRmdfClBp6POtJMO76K3aH52PzN smLfqaRsQbX454sEWCQ8v9LMjb2eSHC1/nER8Tgo70/UcKhxR+0RW+sVyTHWWTOPKisu4h XbI7qX/OgYA9ivN5B7n7wh6ngRByKPAD9JPN5b9N9FKyS6fkUfwSwWlxC4+2OCoRmMiKUh MPz6vcO5xOGhVLx1lsYc7NPUa/Ijfymrvvx/XN7YjpGFZrvYsV603FRndr82Rr7Y3UagHg hw3G8HdLgnwXnXjgVg0J1ujaDhOOqSqgx2JnGjxu8qq+XLRNUxAf883HOHLu2g== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A2CB48021 for ; Mon, 13 May 2024 10:25:21 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s6Qzk-0003VP-3M; Mon, 13 May 2024 04:25:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s6QzZ-0003Tj-RT for guix-patches@gnu.org; Mon, 13 May 2024 04:25:07 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s6QzY-0001UW-W8 for guix-patches@gnu.org; Mon, 13 May 2024 04:25:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s6QzZ-0001WX-A7 for guix-patches@gnu.org; Mon, 13 May 2024 04:25:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70913] [PATCH 11/11] tests: install: Use a default qemu machine for arm architectures. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 13 May 2024 08:25:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70913 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70913@debbugs.gnu.org Cc: Efraim Flashner Received: via spool by 70913-submit@debbugs.gnu.org id=B70913.17155886795770 (code B ref 70913); Mon, 13 May 2024 08:25:05 +0000 Received: (at 70913) by debbugs.gnu.org; 13 May 2024 08:24:39 +0000 Received: from localhost ([127.0.0.1]:59444 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6Qyu-0001Ut-8a for submit@debbugs.gnu.org; Mon, 13 May 2024 04:24:39 -0400 Received: from mail-wr1-f49.google.com ([209.85.221.49]:42193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6Qyb-0001SV-MZ for 70913@debbugs.gnu.org; Mon, 13 May 2024 04:24:08 -0400 Received: by mail-wr1-f49.google.com with SMTP id ffacd0b85a97d-34d7b0dac54so2228098f8f.0 for <70913@debbugs.gnu.org>; Mon, 13 May 2024 01:24:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1715588579; x=1716193379; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:sender:from:to:cc:subject:date :message-id:reply-to; bh=TqxFDHaA5joWfgfcfaw4+JVzhrp30766OLk8EqVje04=; b=NYkcrvZZ0lDK/tH1Ph1sh2I4lXTLtfC2j4RKz/qILwVgDNhbUyaMcFtM1h6gLjVEUq eu95kdMdrc08t5bCadmu+gu5LHhyGQooXZCUMeVUFW7QxTfA5y9bS90Z+BIOmQ0ecQ+v kXZ5FAi4n+Ao1BRREdDmIM4jhnfH8gmyqqVHW7NHvD42t1q8QHzvBQ7UTubDZeVO9ejY UnS/Blj5usv4rv04k5hOOOExqlnlsi6NR1Sn5V0HCle1knDQnOwkuj6Q1jC0LUsDvFJY Qs5a3Dt813qn+p9TNdfYJICgV34q48CP4a7YPhaS1Iifjv+Q6HUSwMLTd6PKrNqijAVO pB3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1715588579; x=1716193379; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:sender:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=TqxFDHaA5joWfgfcfaw4+JVzhrp30766OLk8EqVje04=; b=xGbiAeAsx4KBiAPQmih0FLph9JocDMCeCQAA+hP/mV2GNhvOZC4bBN6YyRtPxnQwBJ 6WUiMESaKk07yebmLpUJzAq/IkpkuwNLWY1fSYmI8yNC3x9IMGKN4ZfebDkQJegt1nkF 5LLY+vcYpFErFTv/XUlt2U6w3XPe3KSAvFBV/n7WuEWHYM5GSBHzypHAva9AUoXAQT6V DC0U/3L6CmjP+O8w93PyM25hHH8whHpc2QJHrD72cPnM5oLHvwVILnL96LVC7Mx34c50 Q+ZPJSUKVxywSETuiGUqEi1YSJ7n32iq8iaLSd81+G2IL1lfprNM3nwmPscy0ckPTprH 1OFg== X-Gm-Message-State: AOJu0YxKcrubxcWLtPSQrLsCfnFFpa8rcG7MXvJ+/loMI/4J3M+/m96U 6nxYJy/IIDUhGlcvheezBNSLHsH4H7SoYqkVFbkxgKcdt0QnzUDbPRS7BWhP X-Google-Smtp-Source: AGHT+IHOcydUGaKOe3+QWzRgdQTyONG6Nfzj2+I5+QADLytngRyzkBUBJfDXvmGWKOIWkZCjvVkzfA== X-Received: by 2002:adf:cc08:0:b0:343:cee1:cbc1 with SMTP id ffacd0b85a97d-350181150b2mr10545875f8f.14.1715588579480; Mon, 13 May 2024 01:22:59 -0700 (PDT) Received: from localhost ([37.46.46.122]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3502baad04dsm10501167f8f.81.2024.05.13.01.22.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 May 2024 01:22:59 -0700 (PDT) From: Efraim Flashner Date: Mon, 13 May 2024 11:22:00 +0300 Message-ID: <86a554995ba7ef5847407df4f034df06c8b35041.1715588342.git.efraim@flashner.co.il> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: 0.13 X-Migadu-Queue-Id: A2CB48021 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: 0.13 X-TUID: 3BSwYCmzy2cx * gnu/tests/install.scm (qemu-command*): Adjust qemu command when run on armhf-linux or aarch64-linux to include a machine type. (run-install): Same. Change-Id: I32f85183cd8ec39c6a2e66624954743fd5983582 --- gnu/tests/install.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index 90e1ca6e75..36dbd9111f 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -289,6 +289,12 @@ (define* (run-install target-os target-os-source (define marionette (make-marionette `(,(which #$(qemu-command system)) + ;; Neither of these architectures have a default machine. + ,@(if (or (string=? "aarch64-linux" #$system) + (string=? "armhf-linux" #$system)) + '("-machine" "virt" + "-cpu" "host") + '()) "-no-reboot" "-m" "1200" ,@(if #$uefi-firmware @@ -363,6 +369,12 @@ (define* (qemu-command* images #:key (uefi-support? #f) (memory-size 256)) (use-modules (srfi srfi-1)) `(,(string-append #$qemu-minimal "/bin/" #$(qemu-command system)) + ;; Neither of these architectures have a default machine. + ,@(if (or (string=? "aarch64-linux" #$system) + (string=? "armhf-linux" #$system)) + '("-machine" "virt" + "-cpu" "host") + '()) "-snapshot" ;for the volatile, writable overlay ,@(if (file-exists? "/dev/kvm") '("-enable-kvm") -- Efraim Flashner רנשלפ םירפא GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted