yew1eb opened a new issue, #1881:
URL: https://github.com/apache/auron/issues/1881
Building with the CentOS 7 Docker image (containerized compilation) fails on
MacOS(M2) due to missing SCL repositories.
## Reproduction Steps
1. Environment: macOS M2 (arm64 architecture)
2. Execute the containerized build command:
```bash
./auron-build.sh --docker true --pre --sparkver 3.5 --scalaver 2.12
```
Default configuration: Uses the centos7 Docker image for containerized
compilation.
## Error Encountered
https://vault.centos.org/centos/7/sclo/aarch64/rh/repodata/repomd.xml:
[Errno 14] HTTPS Error 404 - Not Found
<img width="1280" height="350" alt="Image"
src="https://github.com/user-attachments/assets/de95b3ee-b0d6-46ef-979e-6c6cdbb19938"
/>
## Root Cause
CentOS 7 is EOL, and its SCL repositories (required for devtoolset-11-gcc)
have no `aarch64` packages — only `x86_64` exists.
--
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]