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

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) ===
Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From c1204ccc79bf66cced1830bb4290f9b04e518263 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to