Skip to content
Snippets Groups Projects
  1. Aug 11, 2020
  2. Aug 10, 2020
  3. Aug 07, 2020
  4. Jul 30, 2020
  5. Aug 06, 2020
  6. Aug 04, 2020
  7. Aug 06, 2020
  8. Jul 31, 2020
  9. Aug 06, 2020
  10. Jul 30, 2020
    • Patrick Steinhardt's avatar
      Upgrade Git to v2.28.0 · fdaf6671
      Patrick Steinhardt authored
      Gitaly is moving its default and minimum required version of Git to
      v2.28.0. So let's move our default version to match this new
      requirement.
      fdaf6671
  11. Aug 05, 2020
  12. Aug 04, 2020
  13. Jul 30, 2020
    • Stan Hu's avatar
      Use gcc v6.3 for CentOS 6 to build Rails C extensions · 1bab2dab
      Stan Hu authored
      This will help unblock the upgrade to Ruby 2.7 since gRPC and
      google-protobuf need a more recent compiler.
      
      As explained in https://stackoverflow.com/a/15602073/1992201:
      
      The whole point of devtoolset is that it allows you to use a newer GCC
      and newer libstdc++ but without creating any run-time dependencies on
      the newer libstdc++ library. The compiled executables only need the
      system version of libstdc++.so that is always present on RHEL/CentOS,
      even systems without devtoolset installed. (What devtoolset does is
      package all the new libstdc++ features in a static library, called
      libstdc++_nonshared.a so that all the pieces not present in the system
      libstdc++.so get statically linked in, and everything else will come
      from the system libstdc++.so).
      1bab2dab
Loading