File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ if [ "$ARCH" = "s390x" ] || [ "$ARCH" = "ppc64le" ]; then
48
48
gn gen -v " out.gn/$BUILD_ARCH_TYPE " --args=" is_component_build=false is_debug=false use_goma=false goma_dir=\" None\" use_custom_libcxx=false v8_target_cpu=\" $TARGET_ARCH \" target_cpu=\" $TARGET_ARCH \" v8_enable_backtrace=true $CC_WRAPPER "
49
49
ninja -v -C " out.gn/$BUILD_ARCH_TYPE " d8 cctest inspector-test
50
50
else
51
- DEPOT_TOOLS_DIR=" $( cd _depot_tools && pwd) "
51
+ DEPOT_TOOLS_DIR=" $( cd depot_tools && pwd) "
52
52
# shellcheck disable=SC2086
53
53
PATH=" $DEPOT_TOOLS_DIR " :$PATH tools/dev/v8gen.py " $BUILD_ARCH_TYPE " --no-goma $V8_BUILD_OPTIONS
54
54
PATH=" $DEPOT_TOOLS_DIR " :$PATH ninja -C " out.gn/$BUILD_ARCH_TYPE /" d8 cctest inspector-test
Original file line number Diff line number Diff line change 18
18
19
19
def EnsureDepotTools (v8_path , fetch_if_not_exist ):
20
20
def _Get (v8_path ):
21
- depot_tools = os .path .join (v8_path , "_depot_tools " )
21
+ depot_tools = os .path .join (v8_path , "depot_tools " )
22
22
try :
23
23
gclient_path = os .path .join (depot_tools , "gclient.py" )
24
24
if os .path .isfile (gclient_path ):
You can’t perform that action at this time.
0 commit comments