Fix 1856#1857
Merged
Merged
Conversation
…gradation (crossbario#1856) Carry over two release-readiness items from the zlmdb 26.6.1 release: - Bump .cicd (wamp-cicd) 8f520a9 -> f77ca2b to pick up the script/shell injection fix in the shared identifiers.yml reusable workflow (GHSA-6658-6vq6-hjpr): untrusted GitHub event fields are passed via env: as quoted data with a fail-closed branch-name allowlist. - hatch_build.py: fail the wheel build hard when NVX was requested (AUTOBAHN_USE_NVX) but the CFFI extension did not compile, instead of silently emitting a structurally-valid-but-unintended py3-none-any wheel. A transient native-compile crash (e.g. gcc SIGSEGV under QEMU ARM64 emulation) now aborts with a non-zero exit so CI can retry it. Unlike zlmdb's mandatory LMDB extension, autobahn's NVX is optional (pure-Python fallback), so AUTOBAHN_USE_NVX=0 still yields a legitimate pure-Python wheel. Note: This work was completed with AI assistance (Claude Code).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #1856