askarbozcan opened a new issue, #1600:
URL: https://github.com/apache/auron/issues/1600

   **Is your feature request related to a problem? Please describe.**
   
   There's an issue when trying to build Auron using `auron_build.sh` script 
when using Docker images on ARM systems. 
   
   At the moment, in 
[/dev/docker-build/docker-compose.yml](https://github.com/apache/auron/blob/153919283ef4a3ded80852564c14694544c51f7e/dev/docker-build/docker-compose.yml#L33)
 the target CPU architecture for rustc args is hardcoded as 'skylake', which 
means it cannot be built on ARM containers (barring any cross-compilation which 
is not the case here).
   
   **Describe the solution you'd like**
   Allow customization of target-cpu arg from auron_build.sh, perhaps even 
defaulting to "native" instead.
   
   **Additional context**
   The error occured when I was trying to build Auron on LIMA ARM container 
within Rancher Desktop on an Apple M4 machine. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to