-
Notifications
You must be signed in to change notification settings - Fork 38.7k
depends: Fix qt.mk for mac arm64 #22123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
What is the current problem? |
native
Before this PR, after building depends the configure gives errors like: Before it was |
hebasto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 3b36395, I have reviewed the code and it looks OK, I agree it can be merged.
Did not test it on Apple M1.
fanquake
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 3b36395
3b36395 depends: Fix qt.mk for mac arm64 (João Barbosa) Pull request description: With f16d4cd `depends/config.guess` gives `aarch64-apple-darwin20.3.0` where before would give `arm-apple-darwin20.3.0`. Fix `qt.mk` accordingly. ACKs for top commit: hebasto: ACK 3b36395, I have reviewed the code and it looks OK, I agree it can be merged. fanquake: ACK 3b36395 Tree-SHA512: bd20402d0a6e9a5bb652198de189cf2b4f3f76fd03d0cba8c4d657c60b8a088cf3532efe6c1efbbedd94c00a155e6d180b77f1cd8bc24e0e35764839e8b77e30
3b36395 depends: Fix qt.mk for mac arm64 (João Barbosa) Pull request description: With f16d4cd `depends/config.guess` gives `aarch64-apple-darwin20.3.0` where before would give `arm-apple-darwin20.3.0`. Fix `qt.mk` accordingly. ACKs for top commit: hebasto: ACK 3b36395, I have reviewed the code and it looks OK, I agree it can be merged. fanquake: ACK 3b36395 Tree-SHA512: bd20402d0a6e9a5bb652198de189cf2b4f3f76fd03d0cba8c4d657c60b8a088cf3532efe6c1efbbedd94c00a155e6d180b77f1cd8bc24e0e35764839e8b77e30
3b36395 depends: Fix qt.mk for mac arm64 (João Barbosa) Pull request description: With f16d4cd `depends/config.guess` gives `aarch64-apple-darwin20.3.0` where before would give `arm-apple-darwin20.3.0`. Fix `qt.mk` accordingly. ACKs for top commit: hebasto: ACK 3b36395, I have reviewed the code and it looks OK, I agree it can be merged. fanquake: ACK 3b36395 Tree-SHA512: bd20402d0a6e9a5bb652198de189cf2b4f3f76fd03d0cba8c4d657c60b8a088cf3532efe6c1efbbedd94c00a155e6d180b77f1cd8bc24e0e35764839e8b77e30
3b36395 depends: Fix qt.mk for mac arm64 (João Barbosa) Pull request description: With f16d4cd `depends/config.guess` gives `aarch64-apple-darwin20.3.0` where before would give `arm-apple-darwin20.3.0`. Fix `qt.mk` accordingly. ACKs for top commit: hebasto: ACK 3b36395, I have reviewed the code and it looks OK, I agree it can be merged. fanquake: ACK 3b36395 Tree-SHA512: bd20402d0a6e9a5bb652198de189cf2b4f3f76fd03d0cba8c4d657c60b8a088cf3532efe6c1efbbedd94c00a155e6d180b77f1cd8bc24e0e35764839e8b77e30
Added a limit to the tx_pool and tx_pool_standard fuzztest loops, not because it had anything to do with this PR, but because it was causing long fuzztests runs and I happened to stop the merge script here.
With f16d4cd
depends/config.guessgivesaarch64-apple-darwin20.3.0where before would givearm-apple-darwin20.3.0. Fixqt.mkaccordingly.