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

ci: add nix env and gha workflows #12

Merged
merged 1 commit into from
Sep 6, 2024
Merged

ci: add nix env and gha workflows #12

merged 1 commit into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. ci: add nix env and gha workflows

    First pass at a dev env, which pulls in the usual Rust deps, as well as
    go, which is required to build `penumbra-indexer`. The devshell pulls in
    the necessary deps, resulting in `cargo build` running the
    proxy build for go via `build.rs` just fine.
    
    Not yet supported is `nix build`: will need to figure out a two-pass
    approach, because network access during the buildPhase is not permitted,
    so the go build via rust fails.
    
    CI cache timing info:
    
      * First run of cargo-check: 3m13s
      * First run of cargo-fmt: 1m57s
    conorsch committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ded2f0f View commit details
    Browse the repository at this point in the history