Commit Graph

5 Commits

Author SHA1 Message Date
Dan Kortschak
ccc0da248a all: run make builds pass with go master
Run gofmt go1.17 adds the new //go:build comments
2021-04-19 15:00:56 +09:30
Dan Kortschak
c631911702 graph/layout: reduce code duplication in layout tests 2021-03-09 20:15:25 +10:30
Dan Kortschak
c70431e9bd all: add gccgo build constraint
This is a synonym for noasm since gccgo (and gollvm) do not use plan9
assembly, so we just prevent those compilers from looking at asm files.
2020-09-27 07:52:34 +09:30
Dan Kortschak
2599150152 all: remove appengine build tag and test with safe 2020-09-07 19:10:11 +09:30
Dan Kortschak
99e48c9b02 graph/layout: handle difference between pure go and asm kernels 2019-08-08 18:38:21 +09:30