Skip to content

Commit

Permalink
feat: add rust build tools to enable dependency builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Mar 4, 2025
1 parent c8d34f9 commit 322358c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ parts:
- pydantic-core
build-packages:
- git
# include rustc and cargo to compile pydantic
- rustc
- cargo
build-snaps: [astral-uv]
override-build: |
uv export --frozen --no-hashes --format=requirements-txt -o requirements.txt
Expand Down

0 comments on commit 322358c

Please sign in to comment.