Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nix to 0.14 to fix compilation error #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 25, 2019

  1. Update nix to 0.14 to fix compilation error

    On armv7 and some other architectures, compiling nix 0.12 / latest libc errors with
    
        error[E0425]: cannot find value `PTRACE_SETFPXREGS` in module `libc`
          --> /cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.12.0/src/sys/ptrace/linux.rs:85:9
           |
        85 |         PTRACE_SETFPXREGS,
    
    Nix 0.14 contains a fix for this.
    lautis committed May 25, 2019
    Configuration menu
    Copy the full SHA
    9e41259 View commit details
    Browse the repository at this point in the history