The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/122

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Since linux-firmware is automatically removed when removing the linux
package, don't attempt to remove it a second time as this will fail.

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 486b22e2eeeb77ff2a93b9b1a997dcf02ae34df1 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Tue, 3 Mar 2020 21:32:25 +0100
Subject: [PATCH] images/archlinux: Don't remove linux-firmware twice

Since linux-firmware is automatically removed when removing the linux
package, don't attempt to remove it a second time as this will fail.

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 images/archlinux.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/images/archlinux.yaml b/images/archlinux.yaml
index 8eb5d26..b260bf3 100644
--- a/images/archlinux.yaml
+++ b/images/archlinux.yaml
@@ -598,7 +598,6 @@ packages:
       action: remove
       architectures:
         - aarch64
-        - armv7
       types:
         - container
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to