Fast first-time builds for charmcraft
Project description
charmcraftcache
Reinventing the wheel
Fast first-time builds for charmcraft—on a local machine or CI
Installation
Install pipx
: https://pipx.pypa.io/stable/installation/
pipx install charmcraftcache
Usage
ccc add
ccc pack
For best results, add charm-strict-dependencies: true
to your charmcraft.yaml.
How it works
Why are charmcraft builds slow?
Instead of downloading wheels from PyPI (which pip does by default), charmcraft builds Python package wheels from source (i.e. with pip install --no-binary).
Caching mechanism
charmcraft builds each charm base in a separate LXC container[^1]. Within each container, pip has an internal cache for wheels built from source & for HTTP responses.
charmcraft 2.5 moved the pip internal cache to the LXC host machine, so that one pip cache is used for all LXC containers. (This increases the chance of a cache hit—a faster build.)
However, charmcraft builds are still slow the first time the wheel is built. This happens on CI runners, when you update dependencies, use a new machine/VM, or contribute to a new charm.
charmcraftcache
solves the slow first build.
charmcraftcache-hub maintains a list of charms. For each charm, every Python dependency is built from source & uploaded to a GitHub release.
ccc pack
downloads these pre-built wheels to charmcraft's pip cache (and then runs charmcraft pack
).
Isn't this just a worse version of PyPI?
Pretty much. The only difference is charmcraftcache-hub wheels are built from source on our runners, instead of built by the package maintainer.
[^1]: Unless --destructive-mode
is enabled
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file charmcraftcache-0.3.5.tar.gz
.
File metadata
- Download URL: charmcraftcache-0.3.5.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3e8a3ddb50b7398b33a3ae73baac1cb17d72aed6c817ebcfb409a6b59d5a443 |
|
MD5 | f8f1314f3c20fa230d2f028042953f10 |
|
BLAKE2b-256 | 2b2344afd7e462d04c8f4e7e077b530c4e831171783fc8113bd4700c966da211 |
File details
Details for the file charmcraftcache-0.3.5-py3-none-any.whl
.
File metadata
- Download URL: charmcraftcache-0.3.5-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0c490896c4918faad95900e555788db1a58bef6b5398e84d9c40805432843c4 |
|
MD5 | 31793af02736de372fb9c0dc6291d6f4 |
|
BLAKE2b-256 | 3e65a3a386d82b67c1fd10d599493638219717014fd94165109f557047477f5c |