File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 20
20
jobs :
21
21
lint :
22
22
name : Lint
23
- uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v30.0.1
23
+ uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v32.2.0
24
24
25
25
build :
26
26
name : Build charm
27
- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v30.0.1
27
+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.2.0
Original file line number Diff line number Diff line change 34
34
name : Release charm
35
35
needs :
36
36
- ci-tests
37
- uses : canonical/data-platform-workflows/.github/workflows/release_charm .yaml@v30.0.1
37
+ uses : canonical/data-platform-workflows/.github/workflows/release_charm_edge .yaml@v32.2.0
38
38
with :
39
- channel : latest/edge
39
+ track : latest
40
40
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
41
41
secrets :
42
42
charmhub-token : ${{ secrets.CHARMHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ type: charm
5
5
platforms :
6
6
7
7
8
+
8
9
# Files implicitly created by charmcraft without a part:
9
10
# - dispatch (https://github.com/canonical/charmcraft/pull/1898)
10
11
# - manifest.yaml
20
21
plugin : nil
21
22
build-packages :
22
23
- curl
24
+ - libffi-dev # Needed to build Python dependencies with Rust from source to install Poetry on s390x
25
+ - libssl-dev # Needed to build Python dependencies with Rust from source to install Poetry on s390x
26
+ - pkg-config # Needed to build Python dependencies with Rust from source to install Poetry on s390x
23
27
override-build : |
24
28
# Use environment variable instead of `--break-system-packages` to avoid failing on older
25
29
# versions of pip that do not recognize `--break-system-packages`
You can’t perform that action at this time.
0 commit comments