Skip to content

fix: make syslinux download resilient (try multiple locations) - #2

Merged
ehsanghaffar merged 11 commits into
mainfrom
fix/buildx-failed
Jul 28, 2026
Merged

fix: make syslinux download resilient (try multiple locations)#2
ehsanghaffar merged 11 commits into
mainfrom
fix/buildx-failed

Conversation

@ehsanghaffar

Copy link
Copy Markdown
Owner

No description provided.

@ehsanghaffar ehsanghaffar added the bug Something isn't working label Nov 20, 2025
@ehsanghaffar

Copy link
Copy Markdown
Owner Author

#1

@ehsanghaffar ehsanghaffar mentioned this pull request Nov 20, 2025
@ehsanghaffar

Copy link
Copy Markdown
Owner Author

@codex

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

Copy link
Copy Markdown

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: b2ccec9cb3

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

Comment thread scripts/test.sh
Comment on lines +9 to +10
readonly SCRIPT_DIR
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Assign variables before marking them readonly

With Bash, readonly SCRIPT_DIR marks the name immutable immediately, so the following assignment aborts with SCRIPT_DIR: readonly variable; as a result ./scripts/test.sh exits before running any tests (the same split declaration pattern also breaks scripts/clean.sh). Keep the assignment in the readonly declaration or assign first and mark it readonly afterward.

Useful? React with 👍 / 👎.

@ehsanghaffar
ehsanghaffar merged commit 8edc523 into main Jul 28, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant