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
Fix issue with runtime.build_os and runtime.build_architecture (#623)
### Fix issue with runtime.build_os and runtime.build_architecture
### Linked issues
n/a
### Summarize your change.
Add missing compiler definitions for MacOS and Linux. There are some
unrelated changes because of the pre-commit hook.
### Describe the reason for the change.
The command build_os and build_architecture were returning empty strings
on Linux.
### Describe what you have tested and on which operating system.
Rocky 8
Signed-off-by: Cédrik Fuoco <[email protected]>
0 commit comments