release.yml: ship c2pool-dgb as the -DAUX_DOGE=ON DGB+DOGE merged build - #687
Merged
Conversation
Wire the DGB+DOGE Scrypt merged-mining variant into release packaging by making the shipped c2pool-dgb the -DAUX_DOGE=ON build (DGB parent + embedded DOGE aux as ONE binary), the direct parallel to c2pool-ltc carrying DOGE. Gated per-cell to matrix.coin==dgb across all three platform Configure steps (Linux/macOS/Windows); inert for btc/ltc/dash/bch. No new matrix cell, no package rename: target stays c2pool-dgb, packaged c2pool-dgb-<ver>-<platform>, inherits the #684 launcher auto-detect. fail-fast:false decouple unchanged. Merged-mining path already merged + green: #603 live-wire, #614 dual-target seam, #589 isolation guard, #395 AuxPoW byte-parity KAT.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Wires the DGB+DOGE Scrypt merged-mining variant into release packaging. Makes the shipped
c2pool-dgbthe-DAUX_DOGE=ONbuild (DGB parent + embedded DOGE aux as ONE binary) — the direct parallel to howc2pool-ltccarries DOGE (Option A from the task).Mechanism
-DAUX_DOGE=ONis the existing global CMake option (src/impl/dgb/CMakeLists.txt:29). Passed per-cell, gated tomatrix.coin==dgb, in all three platform Configure steps (Linux / macOS / Windows). Inert for btc/ltc/dash/bch.c2pool-dgb; package staysc2pool-dgb-<ver>-<platform>. The merged binary is a superset — runs DGB standalone OR DGB+DOGE merged, exactly likec2pool-ltcruns LTC-only or LTC+DOGE.fail-fast:falseper-coin decouple unchanged; inherits packaging: auto-detect per-coin binary in bundled launchers #684 launcher auto-detect (c2pool-*glob).Why Option A over B
Direct parallel to the LTC+DOGE ship model — one binary, no standalone/merged split to maintain. If dgb-scrypt-steward confirms standalone-DGB must ALSO ship as a separate package, that is a fast follow-up (add a distinct
c2pool-dgb-dogecell = Option B).Provenance
Merged-mining path already merged + green: #603 live-wire, #614 dual-target seam, #589 isolation guard, #395 AuxPoW byte-parity KAT.
Validation
Fired
release.ymlworkflow_dispatchdry-run from this branch (coins=["dgb"], artifacts-only, non-tag): run 29225995267. Confirming non-hollow green (real DGB merged binary links +--helpsmoke on all 3 platforms) before merge.Gate
integrator review + operator tap. No self-merge. Packaging lands independent of DGB G2 real-rig crossing (same as LTC shipped v0.2.0 with its crossing pending).