Skip to content

Commit de11172

Browse files
committed
Temporarily disable skidmarks - it's undergoing a bit of a rewrite.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@109824 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f2924d9 commit de11172

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

External/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ include $(LEVEL)/Makefile.config
88
#
99
# Create the list of directories to compile
1010
#
11-
PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim skidmarks10
11+
PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim
12+
# Temporarily disable skidmarks
13+
# skidmarks10
1214

1315
ifneq (,$(findstring x86,$(ARCH)))
1416
# Nurbs uses SSE and only works on x86 and x86_64.

0 commit comments

Comments
 (0)