Bump OCCT to 8.0.0 final release#6
Merged
Merged
Conversation
The OCCT V8_0_0 tag was published on 2026-05-06. This bumps the static dependency from V8_0_0_beta1 to V8_0_0 and tidies up the lingering `rc5` literal in the CI cache keys. No source changes — the codebase already migrated all of beta1's deprecations in v0.2.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> https://claude.ai/code/session_01WvR4p5fQaZmmKF1X9aycRD
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.
Bump the static OCCT dependency from
V8_0_0_beta1toV8_0_0(final release, published 2026-05-06).Changes
scripts/build-occt-deps.sh: setOCCT_RC=""so the tag resolves toV8_0_0; consolidate clone URL to always use the GitHub mirror (the officialgit.dev.opencascade.orgserver is unreachable from some environments including this one).github/workflows/build.yml: remove stalerc5literal from all three platform cache keys (occt-8.0.0-rc5-*→occt-8.0.0-*)CLAUDE.md: update tag reference and extend the known build-quirk note to cover the final release (the parallel-mkdir race reproduced identically)OCCT release
https://github.com/Open-Cascade-SAS/OCCT/releases/tag/V8_0_0
Test results
ctest --output-on-failure --exclude-regex viewerpassed 3/3 tests locally against the V8_0_0 final build:CI will verify Linux / Windows on public runners once this PR is merged. Viewer test excluded on CI (no GPU).
https://claude.ai/code/session_01WvR4p5fQaZmmKF1X9aycRD
Generated by Claude Code