Skip to content

Commit

Permalink
disable java compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare committed Dec 2, 2024
1 parent 7a3c2ad commit 0746585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/starknet_p2p_specs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
protoc --rust_out=experimental-codegen=enabled,kernel=upb:$(mktemp -d) ./p2p/proto/*.proto
protoc --rust_out=experimental-codegen=enabled,kernel=upb:$(mktemp -d) ./p2p/proto/**/*.proto
- name: Validate .proto files for Java compatibility
run: |
protoc --java_out=$(mktemp -d) ./p2p/proto/*.proto
protoc --java_out=$(mktemp -d) ./p2p/proto/**/*.proto
# - name: Validate .proto files for Java compatibility
# run: |
# protoc --java_out=$(mktemp -d) ./p2p/proto/*.proto
# protoc --java_out=$(mktemp -d) ./p2p/proto/**/*.proto

- name: Validate .proto files for Python compatibility
run: |
Expand Down
1 change: 0 additions & 1 deletion p2p/proto/mempool/transaction.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
syntax = "proto3";

import "p2p/proto/class.proto";
import "p2p/proto/common.proto";
import "p2p/proto/transaction.proto";

Expand Down

0 comments on commit 0746585

Please sign in to comment.