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
Describe:
Currently, the cmake.yml action workflow builds only x64 platform for linux and windows using various compilers and options.
It should be updated to make cross-compile in the following way:
Platform
Compiler
Processor
Windows
msvc, clang-cl
x86, x64
Linux
clang
x86, x64
Linux
gcc / g++
x86, x64, ARM, AARCH64
Cygwin
gcc / g++
x64
The text was updated successfully, but these errors were encountered:
Describe:
Currently, the
cmake.yml
action workflow builds onlyx64
platform for linux and windows using various compilers and options.It should be updated to make cross-compile in the following way:
The text was updated successfully, but these errors were encountered: