aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-05-07 13:23:39 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-05-07 18:01:24 +0200
commit04165d8f66d991c976ff2dddc60414503adc33d4 (patch)
tree1c3cd8af1dfb66630ef217c03f7b9e77c39cd910 /pkg/csource
parent84fd26e585caefcbbf2e297522b2fb7b55953065 (diff)
Makefile: enable arm executor build in presubmit
arm build seems to work now on Travis since we switched to xenial.
Diffstat (limited to 'pkg/csource')
-rw-r--r--pkg/csource/csource_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/csource/csource_test.go b/pkg/csource/csource_test.go
index 75e451b9b..fcdee889f 100644
--- a/pkg/csource/csource_test.go
+++ b/pkg/csource/csource_test.go
@@ -27,12 +27,6 @@ func TestGenerate(t *testing.T) {
continue
}
t.Run(target.OS+"/"+target.Arch, func(t *testing.T) {
- if target.OS == "linux" && target.Arch == "arm" {
- // This currently fails (at least with my arm-linux-gnueabihf-gcc-4.8) with:
- // Assembler messages:
- // Error: alignment too large: 15 assumed
- t.Skip("broken")
- }
if target.OS == "linux" && target.Arch == "386" {
// Currently fails on travis with:
// fatal error: asm/unistd.h: No such file or directory