Skip to content

Commit

Permalink
debug6
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseBlaauwbroek committed Apr 11, 2024
1 parent bd8cab8 commit dbd34f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell_scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ opam config set jobs $COQ_PLATFORM_JOBS
# One can rise it as root on MacOS, but only for a root shell, not for the current shell
ulimit -S -s 65520

if ! $COQ_PLATFORM_TIME opam install --ignore-constraints-on=coq-tactician dune.3.15.0 coq-core.8.18.0 coq-tactician.1.0~beta2.1+8.18; then dump_opam_logs; fi
if ! $COQ_PLATFORM_TIME opam install --ignore-constraints-on="coq-tactician,dune,coq-core" dune.3.15.0 coq-core.8.18.0 coq-tactician.1.0~beta2.1+8.18; then dump_opam_logs; fi

opam switch
opam switch set ${COQ_PLATFORM_SWITCH_NAME}
Expand Down

0 comments on commit dbd34f7

Please sign in to comment.