Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] docker: enable armv7 build
Date: Sat, 04 May 2019 21:42:57 +0200	[thread overview]
Message-ID: <20190504194257.t0XGARE0_ZS13zE1i9dtlEZP7UMgn7Ws78vG0wc3A_o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11489@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 466 bytes --]

There is an updated pull request by innerspacepilot against master on the void-packages repository

https://github.com/innerspacepilot/void-packages docker
https://github.com/void-linux/void-packages/pull/11489

docker: enable armv7 build
Hello!
Successfully built docker natively on raspberry pi 3 (had to add 1G swapfile)
docker is fully working (as far as i can tell)


A patch file from https://github.com/void-linux/void-packages/pull/11489.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-docker-11489.patch --]
[-- Type: application/text/x-diff, Size: 927 bytes --]

From fadbe9e9254ef78300d46b4b242edb4ef3fd9e80 Mon Sep 17 00:00:00 2001
From: innerspacepilot <innerspacepilot@gmx.com>
Date: Sat, 4 May 2019 13:36:55 +0300
Subject: [PATCH] docker: enable armv7 build

---
 srcpkgs/docker/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/docker/template b/srcpkgs/docker/template
index 9bb14e37c72..a24124773f9 100644
--- a/srcpkgs/docker/template
+++ b/srcpkgs/docker/template
@@ -1,7 +1,7 @@
 # Template file for 'docker'
 pkgname=docker
 version=18.09.5
-revision=1
+revision=2
 wrksrc="${pkgname}-ce-${version}"
 hostmakedepends="git go pkg-config curl cmake"
 makedepends="libbtrfs-devel sqlite-devel device-mapper-devel libseccomp-devel
@@ -19,7 +19,7 @@ depends+=" iptables xz git"
 nopie=yes
 nostrip=yes
 nocross=yes
-archs="x86_64* ppc64le*"
+archs="armv7l* x86_64* ppc64le*"
 system_groups="docker"
 
 _docker_components="tini proxy dockercli"

  parent reply	other threads:[~2019-05-04 19:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-04 10:38 [PR PATCH] " voidlinux-github
2019-05-04 15:03 ` voidlinux-github
2019-05-04 19:42 ` voidlinux-github [this message]
2019-05-04 19:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-05-04 19:44 ` voidlinux-github
2019-05-04 20:15 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190504194257.t0XGARE0_ZS13zE1i9dtlEZP7UMgn7Ws78vG0wc3A_o@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).