Skip to content

Commit

Permalink
feat: bind /tmp/ as a tmpfs for bv_decide to create temp files (#38)
Browse files Browse the repository at this point in the history
* feat: bind /tmp/ to allow LeanSAT to create temp files

* chore: use --tmpdir
  • Loading branch information
bollu authored Sep 23, 2024
1 parent a439335 commit 5240162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/bubblewrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if command -v bwrap >/dev/null 2>&1; then
--ro-bind "$LEAN_ROOT" /lean \
--ro-bind /usr /usr \
--dev /dev \
--tmpfs /tmp \
--proc /proc \
--symlink usr/lib /lib\
--symlink usr/lib64 /lib64\
Expand Down

0 comments on commit 5240162

Please sign in to comment.