diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-07 14:14:38 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-07 18:01:24 +0200 |
| commit | a7383bfac17332db9afdad436b6c06c48bfe4815 (patch) | |
| tree | 5c62164a5b34387c5c0d88129d006b8967d5149c /pkg/csource/csource_test.go | |
| parent | 04165d8f66d991c976ff2dddc60414503adc33d4 (diff) | |
Makefile: enable 386 executor build in presubmit
This hacky way to install 386 packages seems to unbreak executor build.
Diffstat (limited to 'pkg/csource/csource_test.go')
| -rw-r--r-- | pkg/csource/csource_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/csource/csource_test.go b/pkg/csource/csource_test.go index fcdee889f..592f4fe19 100644 --- a/pkg/csource/csource_test.go +++ b/pkg/csource/csource_test.go @@ -27,11 +27,6 @@ func TestGenerate(t *testing.T) { continue } t.Run(target.OS+"/"+target.Arch, func(t *testing.T) { - if target.OS == "linux" && target.Arch == "386" { - // Currently fails on travis with: - // fatal error: asm/unistd.h: No such file or directory - t.Skip("broken") - } if target.OS == "linux" && target.Arch == "arm64" { // Episodically fails on travis with: // collect2: error: ld terminated with signal 11 [Segmentation fault] |
