Skip to content

Commit 34f8c9e

Browse files
committed
---
yaml --- r: 176109 b: refs/heads/try c: fa1d63a h: refs/heads/master i: 176107: ab2d0d3 v: v3
1 parent 3e5a940 commit 34f8c9e

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
@@ -2,7 +2,7 @@
22
refs/heads/master: a530cc9706324ad44dba464d541a807eb5afdb08
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 777435990e0e91df6b72ce80c9b6fa485eeb5daa
5-
refs/heads/try: 89b80faa8ef2b52f5adc423cfcfed69b313ea1b7
5+
refs/heads/try: fa1d63acd3c144ffe53766686090c3fb3a551c8d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/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)