Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-20 | Statically link libpthread for static c++ binaries. | Eyal Soha | |
The posix_server works fine when run in locally or in docker but fails in the kokoro GCP build environment. Linking libpthread statically fixes it. PiperOrigin-RevId: 302139082 | |||
2020-03-17 | Packetimpact in Go with c++ stub | Eyal Soha | |
PiperOrigin-RevId: 301382690 | |||
2020-02-20 | Import tags.bzl directly from tools/defs.bzl. | Adin Scannell | |
This simplifies the script slightly. PiperOrigin-RevId: 296272077 | |||
2020-02-19 | Add basic microbenchmarks. | Adin Scannell | |
PiperOrigin-RevId: 296104390 | |||
2020-02-13 | Call py_requirement with named argument for optional kwarg. | gVisor bot | |
PiperOrigin-RevId: 294930818 | |||
2020-02-10 | Rename build to builddefs and minor build clean-up. | Adin Scannell | |
The name 'bazel' also doesn't work because bazel will treat it specially. Fixes #1807 PiperOrigin-RevId: 294321221 |