Lines Matching +full:- +full:- +full:disable +full:- +full:tools
3 set -xe
9 find . -type d -name .git -print0 | xargs -0 rm -rf
10 tools/node/fetch_deps.py .
19 export BUILD_TOOLS=/home/iojs/build-tools
21 rm -f "$BUILD_TOOLS/g++"
22 rm -f "$BUILD_TOOLS/gcc"
28 # shellcheck disable=SC2154
30 CC_PATH=$(command -v "$CC" gcc | grep -v ccache | head -n 1)
31 ln -s "$CC_PATH" "$BUILD_TOOLS/gcc"
33 # shellcheck disable=SC2154
35 CXX_PATH=$(command -v "$CXX" g++ | grep -v ccache | head -n 1)
36 ln -s "$CXX_PATH" "$BUILD_TOOLS/g++"
45 g++ --version
46 gcc --version
47 export PKG_CONFIG_PATH=$BUILD_TOOLS/pkg-config
48 …gn gen -v "out.gn/$BUILD_ARCH_TYPE" --args="is_component_build=false is_debug=false use_goma=false…
49 ninja -v -C "out.gn/$BUILD_ARCH_TYPE" d8 cctest inspector-test
52 # shellcheck disable=SC2086
53 PATH="$DEPOT_TOOLS_DIR":$PATH tools/dev/v8gen.py "$BUILD_ARCH_TYPE" --no-goma $V8_BUILD_OPTIONS
54 PATH="$DEPOT_TOOLS_DIR":$PATH ninja -C "out.gn/$BUILD_ARCH_TYPE/" d8 cctest inspector-test