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: c5cd6a2fb9b1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f95953424c96
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on May 18, 2021

  1. haskellPackages: disable some more failing doctests on aarch64

    This should conclude a pass of direct aarch64-linux failures related to
    this issue on hydra. Subsequent evaluation may of course reveal more.
    sternenseemann committed May 18, 2021
    Copy the full SHA
    a3fd86a View commit details
    Browse the repository at this point in the history
  2. haskellPackages.{blake3,seqalign,crc32c}: restrict platforms to x86

    All of these packages use x86 intrinsics-related headers and don't
    compile on non x86 platforms as a result.
    
    These overrides should be refactored into the yaml configuration at some
    point.
    
    Resolves #122014.
    sternenseemann committed May 18, 2021
    Copy the full SHA
    d640ce8 View commit details
    Browse the repository at this point in the history
  3. haskellPackages.iniline-asm: only test on x86

    x86 assembler doesn't compile on aarch64 of course.
    sternenseemann committed May 18, 2021
    Copy the full SHA
    84f49ed View commit details
    Browse the repository at this point in the history
  4. haskellPackages: add some arm-related issues to unsupported-platforms

    * charsetdetect: dependency library which is vendored fails with a cpp
      failure on aarch64. Could probably theoretically support aarch64, but
      doesn't in practice.
    * persist-state: aarch64 (no UNALIGNED_MEMORY) and armv7l (32 bit) fail
      in cpp.
    sternenseemann committed May 18, 2021
    Copy the full SHA
    f959534 View commit details
    Browse the repository at this point in the history