Skip to content

Commit 4553a3d

Browse files
committed
Fix goma environment on alpine
1 parent 07cdf92 commit 4553a3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-bench-env.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ if test "$setup_pa" = "1"; then
512512

513513
# Setup depot_tools for building
514514
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git --depth=1
515-
export PATH="$PATH:$PWD/depot_tools"
515+
export PATH="$PWD/depot_tools:$PATH"
516+
export GOMA_DIR="$PWD/depot_tools/.cipd_bin"
516517

517518
# Fetch sources - this relies on a standalone build of PA
518519
gclient config https://github.com/1c3t3a/partition_alloc_builder.git

0 commit comments

Comments
 (0)