Skip to content

Commit

Permalink
Add some Rust smoketesting CI for barretenberg_wrapper (noir-lang#14)
Browse files Browse the repository at this point in the history
* Cargo format

* Clippy fixes

* Update tests to match tests in aztec_backend

* Add cargo config to set clang as linker when target is x86_64-unknown-linux-gnu
  • Loading branch information
phated authored and ax0 committed Jan 12, 2023
1 parent 14cbe92 commit 335b207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion barretenberg_wrapper/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
# https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "linker=clang", "-C", "link-arg=-fuse-ld=lld"]

[target.aarch64-unknown-linux-gnu]
rustflags = ["-C", "linker=clang", "-C", "link-arg=-fuse-ld=lld"]

0 comments on commit 335b207

Please sign in to comment.