We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cdf92 commit 4553a3dCopy full SHA for 4553a3d
build-bench-env.sh
@@ -512,7 +512,8 @@ if test "$setup_pa" = "1"; then
512
513
# Setup depot_tools for building
514
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git --depth=1
515
- export PATH="$PATH:$PWD/depot_tools"
+ export PATH="$PWD/depot_tools:$PATH"
516
+ export GOMA_DIR="$PWD/depot_tools/.cipd_bin"
517
518
# Fetch sources - this relies on a standalone build of PA
519
gclient config https://github.com/1c3t3a/partition_alloc_builder.git
0 commit comments