Skip to content

Commit 736642f

Browse files
authored
Merge pull request #1398 from o1-labs/release/v0.17.0
Release/v0.17.0
2 parents 8a1a457 + 3b87d1d commit 736642f

File tree

1,075 files changed

+72099
-21485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,075 files changed

+72099
-21485
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
rustflags = []
3+
4+
[target.aarch64-apple-darwin]
5+
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]

.dockerignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,20 @@ tools/heartbeats-processor/credentials/
1414
tools/heartbeats-processor/*.db
1515
# Ensure .sqlx files are included
1616
!tools/heartbeats-processor/.sqlx/
17+
18+
# Will be copied on demand in the Docker image, if necessary
19+
circuit-blobs
20+
21+
# GH workflows
22+
.github
23+
.idea
24+
25+
# Infrastructure
26+
helm
27+
28+
# Output of build-wasm
29+
pkg
30+
31+
# Outputs of build-tests-webrtc
32+
cargo-build-test.json
33+
tests.tsv

0 commit comments

Comments
 (0)