Skip to content

Commit

Permalink
try another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Jan 23, 2025
1 parent 63dd6cc commit 15ec21e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/package/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ make_everparse() {
# build from a source package
dune_sandbox_opt=
if $is_windows ; then
dune_sandbox_opt=DUNE_SANDBOX=none
# Dune crashes with "cannot delete sandbox." This fix comes
# from https://github.com/ocaml/dune/issues/8228#issuecomment-1642104172
dune_sandbox_opt=DUNE_CONFIG__BACKGROUND_SANDBOXES=disabled
fi
env $dune_sandbox_opt $MAKE -C $FSTAR_SRC_PKG_ROOT "$@" ADMIT=1
mkdir -p "$FSTAR_PKG_ROOT"
Expand Down

0 comments on commit 15ec21e

Please # to comment.