mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 12:41:01 -04:00
builder: Bump checksum version to invalidate all caches
Since we changed how the post process handles python files in the init stage we need to rebuild everything.
This commit is contained in:
@@ -37,7 +37,7 @@ typedef struct BuilderManifest BuilderManifest;
|
||||
#define BUILDER_IS_MANIFEST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), BUILDER_TYPE_MANIFEST))
|
||||
|
||||
/* Bump this if format changes in incompatible ways to force rebuild */
|
||||
#define BUILDER_MANIFEST_CHECKSUM_VERSION "2"
|
||||
#define BUILDER_MANIFEST_CHECKSUM_VERSION "3"
|
||||
#define BUILDER_MANIFEST_CHECKSUM_CLEANUP_VERSION "1"
|
||||
#define BUILDER_MANIFEST_CHECKSUM_FINISH_VERSION "2"
|
||||
#define BUILDER_MANIFEST_CHECKSUM_PLATFORM_VERSION "1"
|
||||
|
||||
Reference in New Issue
Block a user