TKG
TKG copied to clipboard
More detailed and specific machine info detection in TKG
TKG checks machine info through MachineInfo.java. At the current stage, not all machine info commands are tailored based on platforms. We would like to improve this by identifying which commands work on which platform and conditionally use different commands on different platforms. An example is https://github.com/adoptium/TKG/blob/5d83f85f235f5c9e1a7426a712173351f3dea281/src/org/openj9/envInfo/MachineInfo.java#L175
related: https://github.com/adoptium/TKG/issues/45