-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
configure
: Check that the build directory is on a normal writable file system
#38256
Conversation
f05b473
to
df678bc
Compare
Documentation preview for this PR (built with commit df678bc; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When looking at the config.log file on the browser, I can confirm that the newly added lines works okay:
...
#25 19.63 config.status: creating directory local/share
#25 19.63 config.status: creating directory local/var/lib/sage/installed
#25 19.63 config.status: creating directory local/var/tmp/sage/build
#25 19.64 config.status: executing links commands
#25 19.64 config.status: creating convenience symlink prefix -> local
#25 19.64 config.status: creating convenience symlink venv -> local/var/lib/sage/venv-python3.10
...
The failing Lint test is related to other untouched files. |
Thank you! |
Just another protection for users who skip reading the README
Fixes #38246
📝 Checklist
⌛ Dependencies