Skip to content

Commit

Permalink
devops: attempt to fix chromium-mac-arm64 build (#5107)
Browse files Browse the repository at this point in the history
It looks like gn generation should use correct xcode version as well.
  • Loading branch information
aslushnikov committed Jan 22, 2021
1 parent 2f29c6b commit 5464540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser_patches/chromium/build.sh
Expand Up @@ -84,8 +84,8 @@ EOF
echo 'target_cpu = "arm64"' >> ./out/Default/args.gn
fi
# Compile Chromium.
gn gen out/Default
# Compile Chromium with correct Xcode version.
DEVELOPER_DIR=/Applications/Xcode12.2.app/Contents/Developer gn gen out/Default
DEVELOPER_DIR=/Applications/Xcode12.2.app/Contents/Developer autoninja -C out/Default chrome
# Prepare resulting archive similarly to how we do it in mirror_chromium.
Expand Down

0 comments on commit 5464540

Please sign in to comment.