mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
Instead of the regular build, it's the `make test` line that fails due to OOM. This is because testing means that a lot of test binaries need to be built while the regular build only needs to link one binary. This improves https://github.com/tinygo-org/tinygo/pull/1774 and should hopefully actually fix the OOM errors.pull/1779/head
Ayke van Laethem
4 years ago
committed by
Ron Evans
1 changed files with 6 additions and 5 deletions
Loading…
Reference in new issue