-
Notifications
You must be signed in to change notification settings - Fork 372
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
Set log dir as temporary directory on safe mode #6403
base: master
Are you sure you want to change the base?
Conversation
### opam switch create varos --empty | ||
### # opam install foo bar | ||
### opam pin ./varos -n | ||
[NOTE] Package varos does not exist in opam repositories registered in the current switch. |
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.
The previsou version (not fixed) is not portable
-> retrieved varos.dev (file://${BASEDIR}/varos) | ||
Processing 2/3: [varos: make all] | ||
+ make "all" (CWD=${BASEDIR}/OPAM/varos/.opam-switch/build/varos.dev) | ||
- echo n/a |
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.
This output is not portable
From dev meeting: see if it is possible to output stdout instead of writing for sys polling. |
fix #6402
TODO: