Skip to content

Commit

Permalink
ci: build kairos-tx-no-std in Nix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Apr 15, 2024
1 parent 5e74f32 commit 9da82c6
Show file tree
Hide file tree
Showing 2 changed files with 11 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.

0 comments on commit 9da82c6

Please sign in to comment.