Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

charmcraftcache-0.2.10.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

charmcraftcache-0.2.10-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file charmcraftcache-0.2.10.tar.gz.

File metadata

  • Download URL: charmcraftcache-0.2.10.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for charmcraftcache-0.2.10.tar.gz
Algorithm Hash digest
SHA256 5fbaae330d6410f95248ed5c5e4fc0bd496c1e7870092473b67f0ed17c109988
MD5 2131392fae41a5e2bfab7e4597d1d707
BLAKE2b-256 d7cdeace5b29b80d831146fcb67221a8289bcee6d7bc7f2db342de9f96215f9b

See more details on using hashes here.

File details

Details for the file charmcraftcache-0.2.10-py3-none-any.whl.

File metadata

File hashes

Hashes for charmcraftcache-0.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 830baa12103abafad12973a119069f64e232483c655dc837a2a1d09b0d33c4c2
MD5 605bfb3ea52cea5e4edaa3e8a13881cf
BLAKE2b-256 2e772c8f23b1a4005c4cc2b6141ae2a2df5dcff5cf55c2aee1c8e071c3d7bc6c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page