mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
The GUI manifest has a distinct Guix profile and consequently produces different depends build IDs. Previously this mean that the gui build would invalidate the build cache for the non-guix build. Move guix builds under a GUIX/ root, and further BUILD/ and GUI/ trees, so that local developer builds, GUI and non GUI guix builds can all co-exist together. There will end up being more copies of build depends packages, (local builds, and two guix variants), but these all use different toolchains and toolsets so this is desirable.