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: d147d457e547
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f86bbb218cac
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 29, 2019

  1. redis: Try to fix cross-compilation

    **Note**: This makes redis use libc malloc when cross-compiling to
    ARM. This may or may not degrade performance.
    
    The reason for this is vendored jemalloc with Redis' patches. The
    makefile for deps has hardcoded configure flags for jemalloc, and as a
    result, it is unable to cross-compile it.
    Vika committed Aug 29, 2019
    Copy the full SHA
    4b5fc2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67694 from kisik21/redis-cross-compile-fixes

    redis: Try to fix cross-compilation
    matthewbauer committed Aug 29, 2019
    Copy the full SHA
    f86bbb2 View commit details
    Browse the repository at this point in the history