mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1877926 - Make mach build --keep-going
pass --keep-going
to cargo. r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D200261
This commit is contained in:
parent
7ddf1affe2
commit
4e747370fd
@ -344,7 +344,7 @@ endif
|
||||
#
|
||||
# $(call CARGO_BUILD)
|
||||
define CARGO_BUILD
|
||||
$(call RUN_CARGO,rustc$(if $(BUILDSTATUS), --timings))
|
||||
$(call RUN_CARGO,rustc$(if $(BUILDSTATUS), --timings)$(if $(findstring k,$(filter-out --%, $(MAKEFLAGS))), --keep-going))
|
||||
endef
|
||||
|
||||
cargo_host_linker_env_var := CARGO_TARGET_$(call varize,$(RUST_HOST_TARGET))_LINKER
|
||||
|
Loading…
Reference in New Issue
Block a user