update depot_tools (#4574)

pull/4582/head
ruki 5 months ago committed by GitHub
parent 8ba7312264
commit 96c88f1067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/d/depot_tools/xmake.lua

@ -7,6 +7,7 @@ package("depot_tools")
"https://chromium.googlesource.com/chromium/tools/depot_tools.git") "https://chromium.googlesource.com/chromium/tools/depot_tools.git")
add_versions("2022.2.1", "8a6d00f116d6de9d5c4e92acb519fd0859c6449a") add_versions("2022.2.1", "8a6d00f116d6de9d5c4e92acb519fd0859c6449a")
add_versions("2024.2.29", "50de666ba40a4808daf9791fece3d8a43228a1de") add_versions("2024.2.29", "50de666ba40a4808daf9791fece3d8a43228a1de")
add_versions("2024.7.4", "452fe3be37f78fbecefa1b4b0d359531bcd70d0d")
-- we use external ninja instead of depot_tools/ninja which eating ram until VM exhaustion (16GB) -- we use external ninja instead of depot_tools/ninja which eating ram until VM exhaustion (16GB)
add_deps("ninja", {private = true, system = false}) add_deps("ninja", {private = true, system = false})

Loading…
Cancel
Save