Skip to content

Commit 7b3e703

Browse files
committed
---
yaml --- r: 173965 b: refs/heads/auto c: fa1d63a h: refs/heads/master i: 173963: c31a0ed v: v3
1 parent 35fc74b commit 7b3e703

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1010
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1111
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1212
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13-
refs/heads/auto: 89b80faa8ef2b52f5adc423cfcfed69b313ea1b7
13+
refs/heads/auto: fa1d63acd3c144ffe53766686090c3fb3a551c8d
1414
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1515
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1616
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/mk/main.mk

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ export CFG_DISABLE_UNSTABLE_FEATURES
333333
endif
334334
# Subvert unstable feature lints to do the self-build
335335
export CFG_BOOTSTRAP_KEY
336+
export RUSTC_BOOTSTRAP_KEY:=$(CFG_BOOTSTRAP_KEY)
336337

337338
######################################################################
338339
# Per-stage targets and runner
@@ -403,13 +404,8 @@ CSREQ$(1)_T_$(2)_H_$(3) = \
403404
ifeq ($(1),0)
404405
# Don't run the stage0 compiler under valgrind - that ship has sailed
405406
CFG_VALGRIND_COMPILE$(1) =
406-
# FIXME(21230) HACK Extract the key from the snapshot
407-
CFG_BOOSTRAP_KEY_ENV$(1) = RUSTC_BOOTSTRAP_KEY=$$$$((grep -a 'save analysis[0-9]' \
408-
$$(HBIN$(1)_H_$(3))/rustc$$(X_$(3)) || echo N) |\
409-
sed 's/.*save analysis\([0-9]*\).*/\1/')
410407
else
411408
CFG_VALGRIND_COMPILE$(1) = $$(CFG_VALGRIND_COMPILE)
412-
CFG_BOOSTRAP_KEY_ENV$(1) = RUSTC_BOOTSTRAP_KEY=$$(CFG_BOOTSTRAP_KEY)
413409
endif
414410

415411
# Add RUSTFLAGS_STAGEN values to the build command
@@ -482,7 +478,6 @@ STAGE$(1)_T_$(2)_H_$(3) := \
482478
$$(Q)$$(RPATH_VAR$(1)_T_$(2)_H_$(3)) \
483479
$$(call CFG_RUN_TARG_$(3),$(1), \
484480
$$(CFG_VALGRIND_COMPILE$(1)) \
485-
$$(CFG_BOOSTRAP_KEY_ENV$(1)) \
486481
$$(HBIN$(1)_H_$(3))/rustc$$(X_$(3)) \
487482
--cfg $$(CFGFLAG$(1)_T_$(2)_H_$(3)) \
488483
$$(CFG_RUSTC_FLAGS) $$(EXTRAFLAGS_STAGE$(1)) --target=$(2)) \

0 commit comments

Comments
 (0)