Skip to content

Commit d870f84

Browse files
hyperpolymathclaude
andcommitted
fix(wave3): pin HOL4 to existing release tag trindemossen-2
kananaskis-15 never existed — HOL4's kananaskis series ended at kananaskis-14 and the release line was renamed to trindemossen (verified via git ls-remote: trindemossen-1, trindemossen-2 latest stable). The bogus tag made the hol4-builder clone fail rc=128 ('Remote branch kananaskis-15 not found in upstream origin'). Refs #75 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b6e783c commit d870f84

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.containerization/Containerfile.wave3

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,12 @@ ENV PATH="/opt/polyml/bin:${PATH}"
468468

469469
WORKDIR /build
470470

471-
# Clone HOL4; use a pinned commit tag for reproducibility.
471+
# Clone HOL4; use a pinned release tag for reproducibility.
472+
# NOTE: the "kananaskis" series ended at kananaskis-14; HOL4's release line
473+
# was renamed to "trindemossen" (trindemossen-1, trindemossen-2 = latest
474+
# stable). "kananaskis-15" never existed and made this clone fail rc=128.
472475
# Check https://github.com/HOL-Theorem-Prover/HOL/releases for latest.
473-
ARG HOL4_VERSION="kananaskis-15"
476+
ARG HOL4_VERSION="trindemossen-2"
474477
RUN git clone --depth 1 --branch "${HOL4_VERSION}" \
475478
https://github.com/HOL-Theorem-Prover/HOL.git /build/HOL4
476479

0 commit comments

Comments
 (0)