Add support for Vivado 2025.2 (202520)#81
Open
humdrum00001010 wants to merge 1 commit into
Open
Conversation
- Add install config and hash for Vivado ML Standard 2025.2 - Fix configure_docker.sh to support newer settings-store.json format and raise minimum swap from 4 GiB to 8 GiB - Add JAVA_TOOL_OPTIONS=-Xmx2g to prevent OOM kills during install - Fix validate_internet to use curl instead of ping Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Hey, |
|
I picked this up and opened a follow-up PR with local 2025.2 validation and the remaining 2025 layout/runtime path fixes: I validated install, launch, |
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.
Summary
configure_docker.shto support newersettings-store.jsonformat (Docker Desktop 4.x+) and raise minimum swap from 4 GiB to 8 GiBJAVA_TOOL_OPTIONS=-Xmx2gto prevent OOM kills during installationvalidate_internetto usecurlinstead ofping(more reliable on macOS)Test Plan
setup.shwith Vivado 2025.2 installer binary🤖 Generated with Claude Code