Skip to content

Commit

Permalink
Fix goma environment on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a committed Mar 7, 2023
1 parent 07cdf92 commit 4553a3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-bench-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ if test "$setup_pa" = "1"; then

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

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

0 comments on commit 4553a3d

Please sign in to comment.