Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubernetes/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parts:
plugin: nil
override-build: |
python3 -m pip install --user --break-system-packages --upgrade pip==25.3 # renovate: charmcraft-pip-latest
python3 -m pip install --user --break-system-packages poetry==2.3.2 # renovate: charmcraft-poetry-latest
python3 -m pip install --user --break-system-packages poetry==2.3.4 # renovate: charmcraft-poetry-latest
python3 -m pip install --user --break-system-packages poetry-plugin-export==1.9.0

ln -sf "$HOME/.local/bin/poetry" /usr/local/bin/poetry
Expand Down Expand Up @@ -49,7 +49,7 @@ parts:
# rpds-py (Python package) >=0.19.0 requires rustc >=1.76, which is not available in the
# Ubuntu 24.04 archive. Install rustc and cargo using rustup instead of the Ubuntu archive
rustup set profile minimal
rustup default 1.94.0 # renovate: charmcraft-rust-latest
rustup default 1.95.0 # renovate: charmcraft-rust-latest

craftctl default

Expand Down
4 changes: 2 additions & 2 deletions machines/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parts:
plugin: nil
override-build: |
python3 -m pip install --user --break-system-packages --upgrade pip==25.3 # renovate: charmcraft-pip-latest
python3 -m pip install --user --break-system-packages poetry==2.3.2 # renovate: charmcraft-poetry-latest
python3 -m pip install --user --break-system-packages poetry==2.3.4 # renovate: charmcraft-poetry-latest
python3 -m pip install --user --break-system-packages poetry-plugin-export==1.9.0

ln -sf "$HOME/.local/bin/poetry" /usr/local/bin/poetry
Expand Down Expand Up @@ -49,7 +49,7 @@ parts:
# rpds-py (Python package) >=0.19.0 requires rustc >=1.76, which is not available in the
# Ubuntu 24.04 archive. Install rustc and cargo using rustup instead of the Ubuntu archive
rustup set profile minimal
rustup default 1.94.0 # renovate: charmcraft-rust-latest
rustup default 1.95.0 # renovate: charmcraft-rust-latest

craftctl default

Expand Down
Loading