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

nix: static builds and release workflow #1133

Merged
merged 8 commits into from
Nov 28, 2023
Merged

nix: static builds and release workflow #1133

merged 8 commits into from
Nov 28, 2023

Commits on Oct 26, 2023

  1. flake.nix: static build support

    Adds a "redistributable" flavor of Echidna that is fully static on
    Linux, and mostly static on macOS.
    elopez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    09517be View commit details
    Browse the repository at this point in the history
  2. ci: add Nix & release workflow

    Replaces previous Nix workflow
    elopez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    aa48485 View commit details
    Browse the repository at this point in the history
  3. ci: release: add job timeouts

    elopez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b734792 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    93f82d9 View commit details
    Browse the repository at this point in the history
  2. ci: release: configure Cachix

    elopez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f6886d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    693f3c7 View commit details
    Browse the repository at this point in the history
  4. Fix TERMINFO path for Nix release builds on Linux

    ncurses in Nix is built with a TERMINFO path that references `/nix`.
    This causes the binaries fail when ran on non-nix systems, unless
    TERMINFO=/usr/share/terminfo is exported. This patches the binaries
    to use a more sensible default TERMINFO path.
    
    See also commit f76a7f4
    elopez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a94e55a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77d75eb View commit details
    Browse the repository at this point in the history