Skip to content

Commit

Permalink
add proof-producer-debug-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 13, 2024
1 parent f173974 commit c0ffd75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcc-debug-proof-producer-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Run checks for debug proof-producer
run: |
nix build -L .?#checks.x86_64-linux.proof-producer-debug-tests
nix build -L .?#checks.x86_64-linux.proof-producer-debug-gcc
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
Expand Down
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
runTests = true;
enableDebug = false;
});
proof-producer-debug-gcc = (pkgs.callPackage ./proof-producer.nix {
runTests = true;
enableDebug = true;
});
proof-producer-clang = (pkgs.callPackage ./proof-producer.nix {
stdenv = pkgs.llvmPackages_19.stdenv;
runTests = true;
Expand Down

0 comments on commit c0ffd75

Please sign in to comment.