From 4b7e803e76a573bdbb48685ed67135a5ba49bb90 Mon Sep 17 00:00:00 2001 From: Elad Date: Fri, 17 Aug 2018 16:34:42 +0200 Subject: [PATCH] swarm: disable act compile --- cmd/swarm/access_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/swarm/access_test.go b/cmd/swarm/access_test.go index 163eb2b4d6..d0c1eedf7b 100644 --- a/cmd/swarm/access_test.go +++ b/cmd/swarm/access_test.go @@ -13,6 +13,9 @@ // // You should have received a copy of the GNU General Public License // along with go-ethereum. If not, see . +// +// +build linux + package main import (