Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-12-04 | Update containerd tests for 1.4+ to 1.4.3. | Adin Scannell | |
PiperOrigin-RevId: 345764404 | |||
2020-12-03 | Update containerd to 1.3.9 | Fabricio Voznika | |
PiperOrigin-RevId: 345564927 | |||
2020-12-03 | Add BuildKite pipeline. | Adin Scannell | |
PiperOrigin-RevId: 345490319 |