-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run on void linux in CI #102
base: main
Are you sure you want to change the base?
Conversation
- Use updated repository URL for xbps-install to resolve SSL certificate issues. - Install Rust using rustup inside the Void Linux Docker container. - Ensure tests run successfully in the Void Linux environment.
@mohsen1 can you reproduce the error when running this? (on any system)
And let me know if you need help setting up the void CI |
@Eloitor no, I am using a Mac. on Ubuntu and Mac it is passing. yes! please help me run the test in a void linux container. This branch a good start to do this in CI |
Strange... I tried in a mac with an M4 chip and it failed too. I used a fresh repo:
It's strange... I tried again on the mac and I can't reproduce it. |
To install rust |
I think it is non deterministic... some times it fails and sometimes doesn't. |
- Install base-devel and other required dependencies - Install Rust using rustup instead of xbps - Remove unnecessary sudo command
- Replace source with explicit PATH export - Add version checks for debugging - Use /root as home directory
- Add multiple repository mirrors for redundancy - Ensure consistent platform usage with linux/amd64 - Add additional build dependencies - Enable full backtrace for better error reporting
@Eloitor I spent some time trying to run on Void Linux in CI to see what the problem is but this seems like something that can take much longer. Please make a PR with CI changes that tests on Void Linux and if it's failing due to Linux distribution we can take a look. |
No description provided.