Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-09 | Tweak aarch64 support. | Adin Scannell | |
A few images were broken with respect to aarch64. We should now be able to run push-all-images with ARCH=aarch64 as part of the regular continuous integration builds, and add aarch64 smoke tests (via user emulation for now) to the regular test suite (future). PiperOrigin-RevId: 346685462 | |||
2020-12-09 | Refactor the Makefile to avoid recursive Make. | Adin Scannell | |
Recursive make is difficult to follow and debug. Drop this by using internal functions, which, while difficult, are easier than trying to following recursive invokations. Further simplify the Makefile by collapsing the image bits and removing the tools/vm directory, which is effectively unused. Fixes #4952 PiperOrigin-RevId: 346569133 |