Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c60d946fa30f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1aa13609b62a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 28, 2019

  1. Use c++ 11 for MySQL 5.7 to fix build in mac (#56384)

    #49174 shows us the error that we were experiencing.
    The last successful build was https://hydra.nixos.org/build/81938220, with the first failing here: https://hydra.nixos.org/build/82083071
    
    The difference between these 2 builds seems to be Protobuf 3.4 being updated to Protobuf 3.6.
    Protobuf fails because the newer version uses newer C++ features.
    
    This commit makes MySQL 5.7 use C++ 11 to fix these issues.
    jules2689 authored and orivej-nixos committed Feb 28, 2019
    Copy the full SHA
    1aa1360 View commit details
    Browse the repository at this point in the history