-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
Various edits of developer guide #37206
Conversation
I created this PR draft since I experienced a certain failure in following "Testing on Multiple Platforms" of the developer guide, while testing #36915 . Precisely I followed the guide in the section "Testing on multiple platforms using Docker", and created a docker container with "fedora:latest" image:
but during "make -j4", I got lots of errors like
Hence I suspect that there is something wrong in the guide. By the way, there is no problem in building sage in a container with no Do you know what is wrong (where to edit) in the guide? I am using Docker Desktop 4.26.1 on mac. |
As far as I can see, the command is correct as is; compare with https://docs.docker.com/storage/bind-mounts/#start-a-container-with-a-bind-mount Try if you see the same problem with a different Docker image. |
Right. There's no problem with ubuntu and archlinux images. Thus it seems a fedora problem... |
Another question: are we still running sage buildbots? If no, the section on "sage buildbots" could be removed. |
"We" are, as in, Volker runs them as part of what he's doing. |
7851fc2
to
5e57e42
Compare
5e57e42
to
dec1d09
Compare
Documentation preview for this PR (built with commit 311911e; changes) is ready! 🎉 |
Mostly small edits and
📝 Checklist
⌛ Dependencies