Currently every build invalidates the build cache of aquila, draco, taurus and sculptor because the version is updated in their package files (Cargo.toml and package.json).
In order to cache the builds, we need to write the version into a separate file after the build which the application can read at runtime.
Currently every build invalidates the build cache of aquila, draco, taurus and sculptor because the version is updated in their package files (
Cargo.tomlandpackage.json).In order to cache the builds, we need to write the version into a separate file after the build which the application can read at runtime.