forked from openkylin/platform_build
Merge "Add PWD to environment variable whitelist for RBE builds." am: 61fae1ac20
am: bc2aa08ca5
Change-Id: I1cf51caf2a6a54e9ffb1a522bc4e1fc03ba16a63
This commit is contained in:
commit
0cefcefbcc
|
@ -21,7 +21,7 @@ ifneq ($(filter-out false,$(USE_RBE)),)
|
|||
else
|
||||
rbe_dir := $(HOME)/rbe
|
||||
endif
|
||||
RBE_WRAPPER := $(rbe_dir)/rewrapper --labels=type=compile,lang=cpp,compiler=clang
|
||||
RBE_WRAPPER := $(rbe_dir)/rewrapper --labels=type=compile,lang=cpp,compiler=clang --env_var_whitelist=PWD
|
||||
|
||||
# Append rewrapper to existing *_WRAPPER variables so it's possible to
|
||||
# use both ccache and rewrapper.
|
||||
|
|
Loading…
Reference in New Issue