Skip to content

fix unix binaries#1186

Merged
Frotty merged 1 commit intomasterfrom
fix-unix-binaries
Apr 25, 2026
Merged

fix unix binaries#1186
Frotty merged 1 commit intomasterfrom
fix-unix-binaries

Conversation

@Frotty
Copy link
Copy Markdown
Member

@Frotty Frotty commented Apr 25, 2026

No description provided.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bcbec74376

ℹ️ 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

from("../Wurstpack/wurstscript/grill") { into(".") }
} else {
from("../Wurstpack/wurstscript/wurstscript") { into(".") }
from("../Wurstpack/wurstscript/grill") { into(".") }
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Bundle grill-cli jar before shipping unix grill launcher

This new copy step adds the grill binary to Linux/macOS slim distributions, but the same assembleSlimCompilerDist task only stages shadowJar under wurst-compiler and does not stage any grill-cli/grill.jar. A repo-wide search for grill-cli only finds launcher scripts, so the shipped Unix grill command will always fail at runtime with the missing-jar error instead of starting.

Useful? React with 👍 / 👎.

@Frotty Frotty merged commit 790b709 into master Apr 25, 2026
4 checks passed
@Frotty Frotty deleted the fix-unix-binaries branch April 25, 2026 17:28
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.

1 participant