-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Do something about the sparc
CI job
#4061
Comments
to try to debug this, it would be really useful if the script could be run locally, but I'm running into compile failures
for some reason the sysroot in this line So, I guess, how do I run the sparc CI job locally? |
Which OS are you on? I can't check right now but I think some of these jobs use your local ~/.rustup which caused problems when I was on macos. I'm not really sure, I haven't run these either. But I will try it out later |
so effectively a fairly recent ubuntu |
Comparing to what CI is saying:
The script has |
Also |
it's a sudo thing, apparently? without sudo the paths are fine. so I'm fighting docker now so that I don't need to use sudo when invoking the script?! |
just caved and ran the whole thing as root... I suspect the real issue is the version of garando_syntax, on CI
versus locally
so, is there some sort of version/edition/solver difference that locally selects the older version of edit: running |
Most CI jobs take about 5 minutes but
sparc64-unknown-linux-gnu
takes about 25 minutes. I think this is because it is the only job that uses qemu-system vs qemu-user.It would be nice to somehow get this job's runtime closer to the other jobs. It might be possible to replace qemu-system somehow, or even just do something like only run the job once the PR is in the merge queue (i.e. don't require sparc to complete in PR CI).
The text was updated successfully, but these errors were encountered: