Skip to content

Commit

Permalink
chore: copy BUILD and WORKSPACE files (from blockifier and committer)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafnamatsry committed Jul 16, 2024
1 parent 729d9f0 commit d4e2454
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Export the built artifact to allow local builds.
exports_files([
"target/release/libnative_blockifier.so",
"target/debug/committer_cli",
"target/release/committer_cli",
"target/x86_64-unknown-linux-musl/debug/committer_cli",
"target/x86_64-unknown-linux-musl/release/committer_cli",
])
Empty file added WORKSPACE
Empty file.

0 comments on commit d4e2454

Please sign in to comment.