Skip to content

Harden Debian 12/13 builder scripts for CI reliability#303

Merged
kYroL01 merged 2 commits intomasterfrom
copilot/add-github-actions-workflow
Feb 28, 2026
Merged

Harden Debian 12/13 builder scripts for CI reliability#303
kYroL01 merged 2 commits intomasterfrom
copilot/add-github-actions-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 28, 2026

Debian builder scripts lacked the error-handling guarantees present in the Rocky Linux builders, making CI failures silent and non-deterministic.

Changes

  • pkg/debian/builder-debian{12,13}/builder.sh
    • Added set -euo pipefail — fail fast on errors, unset variables, and broken pipes (already present in Rocky builders)
    • Pinned fpm to 1.17.0 with --no-document for reproducible, faster gem installs (matches Rocky builders)
    • Changed ${STRING_PARAM}${STRING_PARAM:-} — prevents unbound variable abort under set -u when STRING_PARAM is not exported into the container

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI self-assigned this Feb 28, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

…n, fix STRING_PARAM handling

Co-authored-by: kYroL01 <7222956+kYroL01@users.noreply.github.com>
Copilot AI changed the title [WIP] Add GitHub Actions workflow to build packages for multiple distributions Harden Debian 12/13 builder scripts for CI reliability Feb 28, 2026
@kYroL01 kYroL01 marked this pull request as ready for review February 28, 2026 23:24
@kYroL01 kYroL01 merged commit fbdca2a into master Feb 28, 2026
1 check was pending
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.

3 participants