From 04165d8f66d991c976ff2dddc60414503adc33d4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 7 May 2019 13:23:39 +0200 Subject: Makefile: enable arm executor build in presubmit arm build seems to work now on Travis since we switched to xenial. --- pkg/csource/csource_test.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pkg/csource') 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 -- cgit mrf-deployment