Skip to content

Commit

Permalink
[CI] Exclude new ModelCategories from UniMath
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Feb 28, 2024
1 parent de96efa commit a844a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/ci-unimath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export COQEXTRAFLAGS='-native-compiler no'
( cd "${CI_BUILD_DIR}/unimath"
# these files consumes too much memory for the shared workers
# (at least with -j 2 when the scheduler runs them in parallel)
for p in SubstitutionSystems Bicategories; do
for p in SubstitutionSystems Bicategories ModelCategories; do
sed -i.bak "s|PACKAGES += $p||" Makefile
done
make BUILD_COQ=no
Expand Down

0 comments on commit a844a41

Please sign in to comment.