Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildenv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bump: gitlab-runner-version /RUNNER_VERSION="(.*)"/ https://gitlab.com/gitlab-org/gitlab-runner.git|semver:*
RUNNER_VERSION="17.6.0"
RUNNER_VERSION="19.0.0"

@augmentcode augmentcode Bot May 23, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

RUNNER_VERSION is being bumped across a major version; can you confirm the repo’s z/OS patch set under patches/ still applies cleanly to the v19.0.0 upstream tag so zopen build doesn’t fail during patch/apply?

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.


export ZOPEN_STABLE_TAG="v${RUNNER_VERSION}"
export ZOPEN_STABLE_URL="https://gitlab.com/gitlab-org/gitlab-runner.git"
Expand Down
Loading