1. 17 Jul, 2018 1 commit
    • Adam Cozzette's avatar
      Updated Docker setup to use GCC 4.8 · 6fc2bac3
      Adam Cozzette authored
      Now that we depend on C++11, we need at least GCC 4.8 instead of 4.7.
      This change updates the Docker setup to continue using CentOS 6.6 but
      with GCC 4.8.
      
      I also added libm to the whitelist for dynamically linked libraries for
      the ARM64 protoc binary.
      6fc2bac3
  2. 06 Jul, 2018 1 commit
    • Adam Cozzette's avatar
      Updated Docker setup to use GCC 4.8 · 65e76f52
      Adam Cozzette authored
      Now that we depend on C++11, we need at least GCC 4.8 instead of 4.7.
      This change updates the Docker setup to continue using CentOS 6.6 but
      with GCC 4.8.
      
      I also added libm to the whitelist for dynamically linked libraries for
      the ARM64 protoc binary.
      65e76f52
  3. 29 Mar, 2018 1 commit
    • Eric Anderson's avatar
      protoc-artifacts: Use ENTRYPOINT to enable devtoolset-1.1 · cdbfdd8d
      Eric Anderson authored
      ENTRYPOINT is used even when other commands are specified on the "docker
      run" command line. This allows running one-off commands in the docker
      image (especially combined with volume binding with the host) with the
      correct environment variables.
      cdbfdd8d