[lxc-devel] [lxd/master] global: Add riscv64 to build tags

stgraber on Github lxc-bot at linuxcontainers.org
Thu Jun 4 02:44:46 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200603/e3647272/attachment.bin>
-------------- next part --------------
From c1204ccc79bf66cced1830bb4290f9b04e518263 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 3 Jun 2020 22:44:31 -0400
Subject: [PATCH] global: Add riscv64 to build tags
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxd/util/fs_64bit.go | 2 +-
 shared/fs_64bit.go   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxd/util/fs_64bit.go b/lxd/util/fs_64bit.go
index 5525ff921a..1a8cd3d1c5 100644
--- a/lxd/util/fs_64bit.go
+++ b/lxd/util/fs_64bit.go
@@ -1,4 +1,4 @@
-// +build amd64 ppc64 ppc64le arm64 s390x mips64 mips64le
+// +build amd64 ppc64 ppc64le arm64 s390x mips64 mips64le riscv64
 
 package util
 
diff --git a/shared/fs_64bit.go b/shared/fs_64bit.go
index 3c56887e9d..dc16cfacff 100644
--- a/shared/fs_64bit.go
+++ b/shared/fs_64bit.go
@@ -1,4 +1,4 @@
-// +build amd64 ppc64 ppc64le arm64 s390x mips64 mips64le
+// +build amd64 ppc64 ppc64le arm64 s390x mips64 mips64le riscv64
 
 package shared
 


More information about the lxc-devel mailing list