blackfire-php73 does not work on arm64 mac silicon #4
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.
I can't raise an issue so raising a partial PR to start the discussion.
I see these files have updated recently, I swear
blackfire-php73
used to work for me but no longer does. due tomach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'
I did compare with
blackfire-php74
which seems to be fine due to the different hardware flagshomebrew-blackfire/Formula/blackfire-php74.rb
Lines 10 to 16 in 542ed51
Using the same kind of approach I hoped to be able to use a URL like
https://packages.blackfire.io/homebrew/blackfire-php_1.80.0-darwin_arm64-php73.tar.gz
but no such package exists.Is it possible the
.so
file used to be built in a way that happened to be cross compatible but now is breaking? Can a multi arch file be generated?