Skip to content

Commit d9cc4cb

Browse files
committed
Revert "Add fuzzer as part of 'all' standard build target so people know when it breaks."
Try to put out windows tinderbox. The librustc build rules don't seem to work there yet. This reverts commit ce6a77e.
1 parent f634ab4 commit d9cc4cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ all: rt/$(CFG_RUNTIME) \
199199
stage1/intrinsics.bc \
200200
stage1/lib/glue.o \
201201
stage1/rustc$(X) \
202-
stage1/fuzzer$(X) \
203202

204203
else
205204

@@ -214,7 +213,6 @@ all: rt/$(CFG_RUNTIME) \
214213
stage1/intrinsics.bc \
215214
stage1/lib/glue.o \
216215
stage1/rustc$(X) \
217-
stage1/fuzzer$(X) \
218216
stage2/lib/$(CFG_STDLIB) \
219217
stage2/intrinsics.bc \
220218
stage2/lib/glue.o \

0 commit comments

Comments
 (0)