Reproducible Native Bundling Two Tasks

Ship prebuilt native libraries to a multiplatform desktop build by splitting bundling into two Gradle tasks with different homes — a dev-machine task that builds the slices, packs tarballs and prints their digests, and a CI task that only downloads and verifies against digests pinned in the build file; reach for it when CI needs a native toolchain it should not have, when a native bump quietly ships the previous binaries, or when the packaged installer launches with the native missing entirely.

maxrave-dev Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/reproducible-native-bundling-two-tasks commit ba14021dad

Frequently asked questions

npx skillmds@latest add maxrave-dev/reproducible-native-bundling-two-tasks