You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI should be able to determine what it's host machine is capable of.
Based on the host's capabilities subsequent configurations can be determined.
An example: On a windows runner, when running a windows-il2cpp build, we'll need to use different images and parameters than when running a linux-il2cpp build on an ubuntu runner. Both of these use docker, but for mac we run directly on the machine which again behaves differently.
The goal of this issue is to have a proper mechanism to determine strategy based on
user input
host capabilities
configuration
The text was updated successfully, but these errors were encountered:
The CLI should be able to determine what it's host machine is capable of.
Based on the host's capabilities subsequent configurations can be determined.
An example: On a windows runner, when running a windows-il2cpp build, we'll need to use different images and parameters than when running a linux-il2cpp build on an ubuntu runner. Both of these use docker, but for mac we run directly on the machine which again behaves differently.
The goal of this issue is to have a proper mechanism to determine strategy based on
The text was updated successfully, but these errors were encountered: