This is an automated email from the ASF dual-hosted git repository.

jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from 2adfd14c0 THRIFT-5750 Remove "ansistr_binary_" option Client: delphi 
Patch: Jens Geyer
     add c890ed41c THRIFT-5755 Docker image build fail
     add fb92b73c7 Remove `old/` directory from `build/docker` since its not 
maintained/used
     add fd29ab160 Update GO in docker containers to 1.21
     add 6768584bb Add Haxe and fix rust
     add f51551795 Add specific PHP versions and additional dependencies
     add f8431856e Update readme version table
     add 5f563e9f8 Fix haxe setup, allow root users to be used and check for 
existing users
     add f6972f1a2 Fix EXTRA_DIST in php make file
     add 63f04583e Manually remove $(BUILT_SOURCES) since no-dist-built-sources 
doesnt work

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  14 +-
 Makefile.am                                        |   3 +
 build/docker/README.md                             |  99 +++----
 build/docker/old/Vagrantfile                       |  59 ----
 build/docker/old/centos-7.3/Dockerfile             | 196 -------------
 build/docker/old/debian-jessie/Dockerfile          | 197 -------------
 build/docker/old/debian-stretch/Dockerfile         | 225 ---------------
 build/docker/old/ubuntu-artful/Dockerfile          | 260 ------------------
 build/docker/old/ubuntu-disco/Dockerfile           | 296 --------------------
 build/docker/old/ubuntu-trusty/Dockerfile          | 235 ----------------
 build/docker/old/ubuntu-xenial/Dockerfile          | 273 ------------------
 build/docker/ubuntu-bionic/Dockerfile              | 304 ---------------------
 build/docker/ubuntu-focal/Dockerfile               |  73 +++--
 build/docker/ubuntu-jammy/Dockerfile               |  78 ++++--
 compiler/cpp/Makefile.am                           |   3 +
 compiler/cpp/src/Makefile.am                       |   3 +
 compiler/cpp/test/Makefile.am                      |   3 +
 contrib/fb303/py/Makefile.am                       |   3 +
 lib/Makefile.am                                    |   3 +
 lib/c_glib/Makefile.am                             |   3 +
 lib/c_glib/test/Makefile.am                        |   3 +
 lib/cl/Makefile.am                                 |   3 +
 lib/cpp/Makefile.am                                |   3 +
 lib/cpp/test/Makefile.am                           |   3 +
 lib/d/Makefile.am                                  |   3 +
 lib/d/test/Makefile.am                             |   2 +
 lib/dart/Makefile.am                               |   3 +
 lib/erl/Makefile.am                                |   3 +
 lib/go/Makefile.am                                 |   3 +
 lib/go/test/Makefile.am                            |   3 +
 lib/go/test/fuzz/Makefile.am                       |   3 +
 lib/haxe/test/Makefile.am                          |   3 +
 lib/java/Makefile.am                               |   3 +
 lib/js/Makefile.am                                 |   3 +
 lib/js/test/Makefile.am                            |   3 +
 lib/json/Makefile.am                               |   3 +
 lib/json/test/Makefile.am                          |   3 +
 lib/kotlin/Makefile.am                             |   3 +
 lib/lua/Makefile.am                                |   3 +
 lib/netstd/Makefile.am                             |   3 +
 lib/nodejs/Makefile.am                             |   3 +
 lib/nodets/Makefile.am                             |   3 +
 lib/perl/Makefile.am                               |   3 +
 lib/perl/t/Makefile.am                             |   3 +
 lib/php/Makefile.am                                |  14 +-
 lib/php/test/Makefile.am                           |   3 +
 lib/py/Makefile.am                                 |   3 +
 lib/rb/Makefile.am                                 |   3 +
 lib/rs/Makefile.am                                 |   3 +
 lib/rs/test/Makefile.am                            |   3 +
 lib/rs/test_recursive/Makefile.am                  |   3 +
 lib/rs/test_recursive/src/Makefile.am              |   3 +
 lib/rs/test_recursive/src/maintenance/Makefile.am  |   3 +
 lib/rs/test_recursive/src/transit/Makefile.am      |   3 +
 .../test_recursive/src/transit/light/Makefile.am   |   3 +
 .../src/transit/services/Makefile.am               |   3 +
 lib/swift/Makefile.am                              |   3 +
 lib/ts/Makefile.am                                 |   3 +
 lib/xml/Makefile.am                                |   3 +
 lib/xml/test/Makefile.am                           |   3 +
 test/Makefile.am                                   |   3 +
 test/c_glib/Makefile.am                            |   3 +
 test/cl/Makefile.am                                |   3 +
 test/cpp/Makefile.am                               |   3 +
 test/dart/Makefile.am                              |   3 +
 test/erl/Makefile.am                               |   3 +
 test/features/Makefile.am                          |   3 +
 test/go/Makefile.am                                |   3 +
 test/haxe/Makefile.am                              |   3 +
 test/lua/Makefile.am                               |   3 +
 test/netstd/Makefile.am                            |   3 +
 test/perl/Makefile.am                              |   3 +
 test/php/Makefile.am                               |   3 +
 test/py.tornado/Makefile.am                        |   3 +
 test/py.twisted/Makefile.am                        |   3 +
 test/py/Makefile.am                                |   2 +
 test/rb/Makefile.am                                |   3 +
 test/rs/Makefile.am                                |   3 +
 test/swift/CrossTests/Makefile.am                  |   3 +
 test/swift/Makefile.am                             |   3 +
 tutorial/Makefile.am                               |   3 +
 tutorial/c_glib/Makefile.am                        |   3 +
 tutorial/cl/Makefile.am                            |   3 +
 tutorial/cpp/Makefile.am                           |   3 +
 tutorial/d/Makefile.am                             |   3 +
 tutorial/dart/Makefile.am                          |   3 +
 tutorial/go/Makefile.am                            |   3 +
 tutorial/haxe/Makefile.am                          |   3 +
 tutorial/java/Makefile.am                          |   3 +
 tutorial/js/Makefile.am                            |   3 +
 tutorial/netstd/Makefile.am                        |   3 +
 tutorial/nodejs/Makefile.am                        |   3 +
 tutorial/perl/Makefile.am                          |   3 +
 tutorial/php/Makefile.am                           |   3 +
 tutorial/py.tornado/Makefile.am                    |   3 +
 tutorial/py.twisted/Makefile.am                    |   3 +
 tutorial/py/Makefile.am                            |   3 +
 tutorial/rb/Makefile.am                            |   3 +
 tutorial/rs/Makefile.am                            |   3 +
 tutorial/swift/Makefile.am                         |   3 +
 100 files changed, 424 insertions(+), 2155 deletions(-)
 delete mode 100644 build/docker/old/Vagrantfile
 delete mode 100644 build/docker/old/centos-7.3/Dockerfile
 delete mode 100644 build/docker/old/debian-jessie/Dockerfile
 delete mode 100644 build/docker/old/debian-stretch/Dockerfile
 delete mode 100644 build/docker/old/ubuntu-artful/Dockerfile
 delete mode 100644 build/docker/old/ubuntu-disco/Dockerfile
 delete mode 100644 build/docker/old/ubuntu-trusty/Dockerfile
 delete mode 100644 build/docker/old/ubuntu-xenial/Dockerfile
 delete mode 100644 build/docker/ubuntu-bionic/Dockerfile

Reply via email to