Skip to content

Commit 3d1ccd7

Browse files
committed
---
yaml --- r: 13336 b: refs/heads/master c: 67e62b3 h: refs/heads/master v: v3
1 parent b71ad0c commit 3d1ccd7

File tree

96 files changed

+1762
-1141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1762
-1141
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8f5f45bfe143b667a4d3bb41963ed130b13fdb7f
2+
refs/heads/master: 67e62b388c7cd26bb76cf3ea467514951f648495
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,9 @@ else
421421
TSREQS := \
422422
$(foreach target,$(CFG_TARGET_TRIPLES), \
423423
$(SREQ3_T_$(target)_H_$(CFG_HOST_TRIPLE)))
424-
FUZZ := $(HBIN2_H_$(CFG_HOST_TRIPLE))/fuzzer$(X)
425-
CARGO := $(HBIN2_H_$(CFG_HOST_TRIPLE))/cargo$(X)
426-
RUSTDOC := $(HBIN2_H_$(CFG_HOST_TRIPLE))/rustdoc$(X)
424+
FUZZ := $(HBIN3_H_$(CFG_HOST_TRIPLE))/fuzzer$(X)
425+
CARGO := $(HBIN3_H_$(CFG_HOST_TRIPLE))/cargo$(X)
426+
RUSTDOC := $(HBIN3_H_$(CFG_HOST_TRIPLE))/rustdoc$(X)
427427

428428
all: rustc $(GENERATED) docs $(FUZZ) $(CARGO) $(RUSTDOC)
429429

trunk/mk/platform.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ ifneq ($(findstring freebsd,$(CFG_OSTYPE)),)
3333
CFG_DEF_SUFFIX := .bsd.def
3434
CFG_INSTALL_NAME =
3535
CFG_PERF_TOOL := /usr/bin/time
36+
37+
# FIXME (1825): We're deadlocking on FreeBSD
38+
ifndef RUST_THREADS
39+
RUST_THREADS=1
40+
export RUST_THREADS
41+
endif
3642
endif
3743

3844
ifneq ($(findstring linux,$(CFG_OSTYPE)),)

0 commit comments

Comments
 (0)