Fix nix_system_cpu on i686-linux (backport #13535)#13540
Fix nix_system_cpu on i686-linux (backport #13535)#13540edolstra merged 2 commits into2.29-maintenancefrom
Conversation
|
Cherry-pick of 54dc531 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
29e0cb8 to
a9d09cb
Compare
I've missed this while reviewing 6db6190. I only built big endian ppc64, so that didn't occur to me. From meson manual: > Those porting from autotools should note that Meson does not add > endianness to the name of the cpu_family. For example, autotools will > call little endian PPC64 "ppc64le", Meson will not, you must also check > the .endian() value of the machine for this information. This code should handle that correctly. (cherry picked from commit ebd311b)
e7e0536 to
a1efe99
Compare
|
This pull request has been removed from the queue for the following reason: Pull request #13540 has been dequeued. The pull request could not be merged. This could be related to an activated branch protection or ruleset rule that prevents us from merging. (details: Required status check "installer test on macos" is in progress.). You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
Motivation
Fixes #13532.
Context
Add 👍 to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.
This is an automatic backport of pull request #13535 done by [Mergify](https://mergify.com).