Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Aug 05, 2020
  2. Aug 04, 2020
  3. Aug 03, 2020
  4. Aug 01, 2020
    • Stan Hu's avatar
      Use gcc v6.3 for CentOS 6 to build Rails C extensions · b8895bf2
      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).
      b8895bf2
  5. Jul 31, 2020
  6. Jul 30, 2020
  7. Jul 29, 2020
  8. Jul 28, 2020
  9. Jul 27, 2020
  10. Jul 25, 2020
  11. Jul 24, 2020
  12. Jul 23, 2020
Loading