Add httpd 2.4.67 for stack(s) cflinuxfs5#1279
Merged
Merged
Conversation
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.
Summary
httpd 2.4.67dependency entry forcflinuxfs5httpd 2.4.66entry forcflinuxfs5Root Cause
The releng bot PR that bumped httpd to
2.4.67was created by theupdate-httpd-latest-phpConcourse job before the cflinuxfs5 build artifact was pushed to thebuildsgit repo (race condition in the dependency-builds pipeline). This left the manifest in a broken state:default_versionshttpd bumped to2.4.67httpd 2.4.67entry only present forcflinuxfs4httpd 2.4.66still present forcflinuxfs5This caused
buildpack-packagerto fail with:Fix
Manually adds the cflinuxfs5 entry using the binary that was already built and uploaded to S3:
https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.67_linux_x64_cflinuxfs5_7e4a72af.tgz7e4a72af80eb30439bedd9d3affbe782512b15d7d5698e69a7f07760fb3dd52bFixes the failing CI job:
php-buildpack/specs-switchblade-docker-cflinuxfs5