Skip to content

Commit

Permalink
Avoid running cdindex in CI
Browse files Browse the repository at this point in the history
It has complex and fragile dependencies.
  • Loading branch information
dspinellis committed Jan 12, 2025
1 parent fbad050 commit 94d3d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export TIME?=
# Avoid Python scripts requiring numpy and scipy
export EXPENSIVE_DEPENDENCIES?=true

SUBDIRS?=$(shell find . -mindepth 1 -maxdepth 1 -type d)
SUBDIRS?=$(shell find . -mindepth 1 -maxdepth 1 -type d -not -name cdindex \
-not -name tawfik-works -not -name cs_cdindex)

.PHONY: all $(SUBDIRS) verify-links clean

Expand Down

0 comments on commit 94d3d61

Please sign in to comment.