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

Cosmetics #55

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*.cb
*.cb2
.*.lb
*.csv

## Intermediate documents:
*.dvi
Expand Down
52 changes: 0 additions & 52 deletions crypto3/.github/workflows/build_docs.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions crypto3/.github/workflows/crypto3-testing-linux.yml

This file was deleted.

26 changes: 0 additions & 26 deletions crypto3/.github/workflows/crypto3-testing-mac.yml

This file was deleted.

30 changes: 0 additions & 30 deletions crypto3/.github/workflows/pull-request.yml

This file was deleted.

14 changes: 0 additions & 14 deletions evm-assigner/.github/scripts/pure-cmake-build.sh

This file was deleted.

36 changes: 0 additions & 36 deletions evm-assigner/.github/workflows/build.yml

This file was deleted.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
runTests = false;
crypto3 = crypto3-clang-debug;
evm-assigner = evm-assigner-clang-debug;
proof-producer = proof-producer-clang-debug;
transpiler = transpiler-clang-debug;
parallel-crypto3 = parallel-crypto3-clang-debug;
});

transpiler = (pkgs.callPackage ./transpiler/transpiler.nix {
Expand Down
14 changes: 0 additions & 14 deletions zkevm-framework/.github/scripts/pure_cmake_build.sh

This file was deleted.

41 changes: 0 additions & 41 deletions zkevm-framework/.github/workflows/check-formatting.yml

This file was deleted.

42 changes: 0 additions & 42 deletions zkevm-framework/.github/workflows/run-tests-linux.yml

This file was deleted.

Loading