Skip to content

feat: add candid-extractor to rust/all images, bump icp-cli to 0.3.2#34

Merged
marc0olo merged 1 commit into
mainfrom
feat/candid-extractor-icp-cli-0.3.2
Jun 10, 2026
Merged

feat: add candid-extractor to rust/all images, bump icp-cli to 0.3.2#34
marc0olo merged 1 commit into
mainfrom
feat/candid-extractor-icp-cli-0.3.2

Conversation

@marc0olo

Copy link
Copy Markdown
Member

Summary

  • Fixes Add candid-extractor to rust/Dockerfile #33: adds candid-extractor to rust/Dockerfile and all/Dockerfile via cargo binstall
    • Uses the pre-built binary on linux/amd64 (fast)
    • Falls back to cargo install (compile from source) on linux/arm64, since no arm64 binary is published in the cdk-rs releases
  • Bumps icp-cli from 0.3.10.3.2 across all three images
  • Updates README: version tables and pinned pull commands

Test plan

  • CI builds both linux/amd64 and linux/arm64 images successfully for all three images
  • candid-extractor --version works in the built rust and all containers
  • icp-cli --version reports 0.3.2 in all three containers

🤖 Generated with Claude Code

Fixes #33 by installing candid-extractor via cargo-binstall, which uses
the pre-built binary on amd64 and falls back to cargo install on arm64.
Bumps icp-cli from 0.3.1 to 0.3.2 across all images and updates README.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@marc0olo marc0olo merged commit 3d13ee8 into main Jun 10, 2026
5 checks passed
@marc0olo marc0olo deleted the feat/candid-extractor-icp-cli-0.3.2 branch June 10, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add candid-extractor to rust/Dockerfile

2 participants