Fix macOS action

This commit is contained in:
Ilya Fedin 2022-06-15 15:07:37 +04:00 committed by John Preston
parent a480fc9d7c
commit 226154baa5
1 changed files with 2 additions and 0 deletions

View File

@ -405,6 +405,8 @@ stage('patches', """
stage('depot_tools', """
mac:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
cd depot_tools
./update_depot_tools
""", 'ThirdParty')
if not mac or 'build-stackwalk' in options: