a2e57445dc
Summary of changes: - Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Removed setuptools pinning in wheelhouse.txt - Add charmbuild to .zuul.yaml - Add rename.sh to build process Change-Id: Id4f27a1eea470397ddebee2db7be76bcf5f37466
37 lines
674 B
YAML
37 lines
674 B
YAML
type: charm
|
|
|
|
parts:
|
|
charm:
|
|
plugin: reactive
|
|
reactive-charm-build-arguments:
|
|
- --binary-wheels-from-source
|
|
build-packages:
|
|
- tox
|
|
- git
|
|
- python3-dev
|
|
- libffi-dev
|
|
- libssl-dev
|
|
- rustc
|
|
- cargo
|
|
source: src/
|
|
build-snaps:
|
|
- charm/latest/edge
|
|
build-environment:
|
|
- CHARM_INTERFACES_DIR: $CRAFT_PROJECT_DIR/interfaces/
|
|
- CHARM_LAYERS_DIR: $CRAFT_PROJECT_DIR/layers/
|
|
|
|
base: ubuntu@24.04
|
|
platforms:
|
|
amd64:
|
|
build-on: amd64
|
|
build-for: amd64
|
|
arm64:
|
|
build-on: arm64
|
|
build-for: arm64
|
|
ppc64el:
|
|
build-on: ppc64el
|
|
build-for: ppc64el
|
|
s390x:
|
|
build-on: s390x
|
|
build-for: s390x
|