Skip to content
Snippets Groups Projects
Commit d26bdfda authored by Gabriel's avatar Gabriel
Browse files

comment big theories

parent f8d67e62
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,9 @@ jobs:
run: |
eval $(opam env --switch=~/lambdapi --set-switch)
cd pvs-translation-tools/prelude || exit 1
# Comment out theories that consume too much memory during
# typechecking
sed -i 's/^floor_ceil$/-floor_ceil/' theories
sed -i 's/^modulo_arithmetic$/-modulo_arithmetic/' theories
sed -i 's/^mod$/-mod/' theories
bmake PVSPATH=~/PVS # Set in bootstrap.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment