Skip to content

Commit

Permalink
Merge branch 'main' into add-kairos-server-test-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp authored Apr 18, 2024
2 parents cc660ee + 8a7e768 commit 6ffd7a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 21 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ jobs:
if: matrix.os == 'macos-14'
run: nix build -L --no-link --show-trace .#packages.aarch64-darwin.kairos

- name: kairos-tx-no-std x86_64-linux
if: matrix.os == 'ubuntu-latest'
run: nix build -L --no-link --show-trace .#packages.x86_64-linux.kairos-tx-no-std

- name: kairos-tx-no-std x86_64-darwin
if: matrix.os == 'macos-latest'
run: nix build -L --no-link --show-trace .#packages.x86_64-darwin.kairos-tx-no-std

- name: kairos-tx-no-std aarch64-darwin
if: matrix.os == 'macos-14'
run: nix build -L --no-link --show-trace .#packages.aarch64-darwin.kairos-tx-no-std
- name: kairos-prover x86_64-linux
if: matrix.os == 'ubuntu-latest'
run: nix build -L --no-link --show-trace .#packages.x86_64-linux.kairos-prover
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/extra-check.yml

This file was deleted.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
cargoArtifacts = self'.packages.kairos-deps;
});

kairos-tx-no-std = craneLib.buildPackage (kairosNodeAttrs // {
cargoArtifacts = self'.packages.kairos-deps;
cargoExtraArgs = "-p kairos-tx --no-default-features";
});

cctld = pkgs.runCommand "cctld-wrapped"
{
buildInputs = [ pkgs.makeWrapper ];
Expand Down

0 comments on commit 6ffd7a9

Please sign in to comment.