forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is tracked here: vitessio#3219 Note that this also triggers a Debian version upgrade to their latest stable version "stretch" which was released this summer. This required several additional changes and cleanups: - Remove outdated GO15VENDOREXPERIMENT. - Docker: Upgrade Java to 8 (from 7). - Docker: Upgrade PHP to 7 (from 5). - Docker: Use "pip" from distribution and do not install it ourselves. - Docker: PHP: Use "pecl install grpc" and no longer compile it ourselves. Relevant parts in travis/install_grpc.sh have been removed. - Docker: Do no longer install etcd and consule in the common image because we call bootstrap.sh when building the flavored image and that installs these two as well. - travis/install_grpc.sh changes: - Do no longer compile gRPC because for PHP and Python we can use other ways to install the shared library. - Do no longer compile protobuf. Instead, download pre-compiled "protoc" binary in bootstrap.sh. - Updated Python and PHP versions to 1.6 as we did earlier for Go.
- Loading branch information
1 parent
8b1cd5f
commit f109d14
Showing
15 changed files
with
107 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.