build: update arm minimum supported platform#19164
Conversation
|
I guess this list is actually difficult to properly maintain. Is there any way we could automate something that produces a list of supported systems and their minimum build versions? |
|
@BridgeAR I guess an Ansible script or two to run across all our release- machines would get a pretty good picture? While we're at it the same thing could be run across all of test- to get a snapshot of what's actually in use. |
I think I guess in some cases we might have "experimental" or Tier 2 platforms that we build for but don't run CI on? |
Yeah, I figured that. My vote would be for switching to a set of "these are the platforms we build and test on", but it seems wrong to leave the arm reference wrong. So how about I leave ARM as it was, and just change ARM64? |
|
yeah, put a lid back on that can of worms |
This is already true in practice. PR-URL: nodejs#19164 Fixes: nodejs/build#1164 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This is already true in practice. PR-URL: #19164 Fixes: nodejs/build#1164 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This is already true in practice. PR-URL: #19164 Fixes: nodejs/build#1164 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This is already true in practice. PR-URL: nodejs#19164 Fixes: nodejs/build#1164 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This is already true in practice. Backport-PR-URL: #23275 PR-URL: #19164 Fixes: nodejs/build#1164 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>

This is already true in practice.
Fixes: nodejs/build#1164
cc/ @nodejs/build @rvagg @gdams
@rvagg I'm not sure if this applies to
arm(notarm64) as well.