Skip to content

Commit

Permalink
Hardcode TMPDIR to /tmp
Browse files Browse the repository at this point in the history
Hopefully this will fix issues with dune being overeager to clean up the stdlib tmp directories
  • Loading branch information
JasonGross committed Feb 9, 2025
1 parent 9fa29bc commit 0e2a441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coqbot-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ done
# ${ocamlpath_fragment}
debug_prefix="\$(mktemp --tmpdir tmp-coqbot-minimizer.XXXXXXXXXX)"
debug_prefix="\$(mktemp --tmpdir=/tmp tmp-coqbot-minimizer.XXXXXXXXXX)"
printf "%s" "\$0" > "\${debug_prefix}"
printf "%s" "\$COQPATH" > "\${debug_prefix}.coqpath"
printf "%s" "\$OCAMLPATH" > "\${debug_prefix}.ocamlpath"
Expand Down

0 comments on commit 0e2a441

Please sign in to comment.