Skip to content

Commit 5d08634

Browse files
committed
fix: try to fix anda_bot bootstrap
1 parent 18feb52 commit 5d08634

File tree

4 files changed

+38
-35
lines changed

4 files changed

+38
-35
lines changed

Cargo.lock

Lines changed: 33 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde_json = "1"
4040
serde_bytes = "0.11"
4141
ic_cose_types = "0.6"
4242
ic_cose = "0.6"
43-
ic_object_store = "0.6"
43+
ic_object_store = "0.6.9-patch1"
4444
ic-agent = "0.39"
4545
ic_tee_agent = "0.2"
4646
ic_tee_cdk = "0.2"
@@ -72,6 +72,9 @@ clap = { version = "4.5", features = ["derive", "env"] }
7272
idna = "1.0" # https://github.com/ldclabs/anda/security/dependabot/1
7373
url = "2.5"
7474

75+
[patch.crates-io]
76+
candid = { git = "https://github.com/ldclabs/candid.git", rev = "70b72a66576c010235bfa6f1adb0672944497523" }
77+
7578
[workspace.metadata.cargo-shear]
7679
ignored = ["idna"]
7780

agents/anda_bot/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,5 @@ ed25519-consensus = { workspace = true }
4545
agent-twitter-client = "0.1"
4646
config = "0.15"
4747

48-
[patch.crates-io]
49-
candid = { git = "https://github.com/ldclabs/candid.git", rev = "70b72a66576c010235bfa6f1adb0672944497523" }
50-
5148
[dev-dependencies]
5249
dotenv = { workspace = true }

agents/anda_bot/nitro_enclave/amd64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN mv linux-amd64/dnsproxy ./ && chmod +x dnsproxy
2626
RUN wget -O ic_tee_nitro_gateway https://github.com/ldclabs/ic-tee/releases/download/v0.2.11/ic_tee_nitro_gateway
2727
RUN chmod +x ic_tee_nitro_gateway
2828

29-
RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.2.10/anda_bot
29+
RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.2.11/anda_bot
3030
RUN chmod +x anda_bot
3131

3232
FROM --platform=linux/amd64 debian:bookworm-slim AS runtime

0 commit comments

Comments
 (0)