Skip to content

Commit

Permalink
Merge pull request #80 from OpenNetLab/dev
Browse files Browse the repository at this point in the history
optimize compile in file of DEPS (#79)
  • Loading branch information
Pterosaur authored May 12, 2021
2 parents d5f16e2 + fb87ae1 commit 0c46a7a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ hooks = [
'python',
'src/build/landmines.py',
'--landmine-scripts',
'src/tools_webrtc/get_landmines.py',
'src/build/get_landmines.py',
'--src-dir',
'src',
],
Expand Down Expand Up @@ -3080,8 +3080,7 @@ hooks = [
'name': 'msan_chained_origins',
'pattern': '.',
'condition': 'checkout_instrumented_libraries',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'action': [ "download_from_google_storage",
"--no_resume",
"--no_auth",
"--bucket", "chromium-instrumented-libraries",
Expand All @@ -3092,8 +3091,7 @@ hooks = [
'name': 'msan_no_origins',
'pattern': '.',
'condition': 'checkout_instrumented_libraries',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'action': [ "download_from_google_storage",
"--no_resume",
"--no_auth",
"--bucket", "chromium-instrumented-libraries",
Expand Down

0 comments on commit 0c46a7a

Please sign in to comment.