Skip to content

Commit a9e66d8

Browse files
author
Kimonas Sotirchos
committed
chore: use local branch for chisme
1 parent a461aea commit a9e66d8

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

charmcraft.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ parts:
5151
source: .
5252
after:
5353
- poetry-deps
54-
poetry-export-extra-args: ['--only', 'charm']
54+
poetry-export-extra-args: ['--only', 'charm', '--without-hashes']
5555
build-packages:
5656
- libffi-dev # Needed to build Python dependencies with Rust from source
5757
- libssl-dev # Needed to build Python dependencies with Rust from source
5858
- pkg-config # Needed to build Python dependencies with Rust from source
59+
- git
5960
override-build: |
6061
# Workaround for https://github.com/canonical/charmcraft/issues/2068
6162
# rustup used to install rustc and cargo, which are needed to build Python dependencies with Rust from source

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extraPaths = ["lib"]
4949
optional = true
5050

5151
[tool.poetry.group.charm.dependencies]
52-
charmed-kubeflow-chisme = ">=0.4.15"
52+
charmed-kubeflow-chisme = { git = "https://github.com/canonical/charmed-kubeflow-chisme.git", branch="kf-8161-model-on-mesh" }
5353
cosl = ">=0.0.54"
5454
lightkube = "^0.15.6"
5555
ops = "^2.17.1"

0 commit comments

Comments
 (0)