4e0a1119c0
I noticed that our JavaScript Docker image is a couple years old and seems to have an old NPM version that may be causing problems on #8610, so I went ahead and rebuilt the image. To do that successfully, I had to set some environment variables in the Dockerfile so that it can build successfully without having to ask for input about timezone configuration. This seems to be a known issue described here: https://serverfault.com/questions/949991/how-to-install-tzdata-on-a-ubuntu-docker-image I also updated it to explicitly install Python since that is required for part of our JavaScript build. |
||
---|---|---|
.. | ||
docs | ||
linux | ||
macos | ||
release | ||
windows/csharp | ||
README.md |
Kokoro Infrastructure
The files in this directory serve as plumbing for running Protobuf tests under Kokoro, our internal CI.
We have shared this part of our CI configuration in hopes that it is helpful to contributors who want to better understand the details of our test and release processes. If there are changes, please file an issue; unfortunately, we may not be able to accept PRs (but feel free to send one if it helps to explain the issue).