fix python fips detection and blocking of blake2#51921
Merged
xnox merged 1 commit intowolfi-dev:mainfrom Apr 30, 2025
Merged
Conversation
c575006 to
6e48613
Compare
xnox
reviewed
Apr 29, 2025
xnox
previously approved these changes
Apr 29, 2025
Member
xnox
left a comment
There was a problem hiding this comment.
3.10 & 3.12 work correctly as described now.
3.11 needs an epoch bump.
- fixes chainguard-dev/internal-dev#11886 - backports from wolfi-dev#36503 (see python/cpython#127301) Signed-off-by: Dan Ryan <daniel.ryan@chainguard.dev>
6e48613 to
59a0f9f
Compare
Member
Author
|
should be good to go @xnox |
xnox
approved these changes
Apr 30, 2025
octo-sts-2 Bot
added a commit
that referenced
this pull request
Apr 3, 2026
* fix(php-8.5-grpc): add pipefail and use grep -F in tests Add `set -euo pipefail` to test runs blocks that contain unix pipes, so failures in earlier pipeline stages are not silently masked. Also change `grep -q` to `grep -qF` for literal string matching as required by test pattern conventions. * fix(php-8.5-grpc): bump epoch to trigger rebuild Increment epoch from 0 to 1 in os/php-8.5-grpc.yaml to satisfy the epoch-bot requirement that changed files include an epoch bump. * fix(php-8.5-grpc): make test robust on x86_64 qemu runner The test was failing on x86_64 with "gRPC extension not loaded" because the ini file may not be in place in the qemu test environment. Add a fallback to create the ini file if missing, following the pattern used in php-8.5-redis.yaml. Also remove the redundant php-8.5-grpc entry from the test environment packages since it is the package under test and is automatically included by melange. --------- Co-authored-by: skillup <skillup@chainguard.dev> Export: feb3afc
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.
Uh oh!
There was an error while loading. Please reload this page.