Skip to content

fix(desktop): disable AOT cache for CPU compatibility - #2471

Merged
Tlaster merged 1 commit into
masterfrom
bugfix/2455-disable-aot-cache
Sep 2, 2026
Merged

fix(desktop): disable AOT cache for CPU compatibility#2471
Tlaster merged 1 commit into
masterfrom
bugfix/2455-disable-aot-cache

Conversation

@Tlaster

@Tlaster Tlaster commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • temporarily disable Nucleus AOT cache for desktop release packages
  • prevent JDK 25 AOT artifacts generated on one CPU from breaking startup on CPUs with fewer ISA features
  • keep Nucleus 1.15.7 unchanged; handle the full Nucleus 2.x migration separately

Testing

  • ./gradlew :desktopApp:check --stacktrace
  • ./gradlew -q :desktopApp:packageReleaseAppX --dry-run --console=plain
  • ./gradlew -q :desktopApp:packageReleasePkg --dry-run --console=plain
  • confirmed both release task graphs omit AOT cache generation

Fixes #2455

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T01:51:24.699706Z e10c65b PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Tlaster
Tlaster merged commit 8141bad into master Sep 2, 2026
10 checks passed
@Tlaster
Tlaster deleted the bugfix/2455-disable-aot-cache branch September 2, 2026 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Desktop][Windows] AOT cache can make release packages incompatible with CPUs exposing fewer ISA features

1 participant