File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,6 @@ install:
352352 - make -C src/ansi-c library_check
353353 - make -C src/cpp library_check
354354 - make -C src "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j3
355- - make -C src "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j3 clobber.dir memory-models.dir
356355 - make -C jbmc/src "CXX=${COMPILER} ${EXTRA_CXXFLAGS}" -j3
357356
358357script :
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ add_subdirectory(pointer-analysis)
9696add_subdirectory (solvers)
9797add_subdirectory (util)
9898add_subdirectory (xmllang)
99- add_subdirectory (clobber)
10099
101100add_subdirectory (cbmc)
102101add_subdirectory (goto-cc)
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ DIRS = analyses \
33 assembler \
44 big-int \
55 cbmc \
6- clobber \
76 cpp \
87 goto-analyzer \
98 goto-cc \
You can’t perform that action at this time.
0 commit comments