-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
We have developers trying to run codeql in a container from their macs. The container is important to testing, and we don't want to run codeql outside of it. Codeql for linux currently only built for AMD64.
There is emulation using --platform=linux/amd64
, but that is prone to sever performance degradation.
We have noticed some OS specific logic in the codeql
script that falsely correlates architecture to operating system. I wonder if that is the only logic standing in our way from using the osx ARM64 version in a linux container? Ideally, the script would consider architecture separately from operating system.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested