0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00
This commit is contained in:
Divy Srivastava 2024-03-08 21:29:44 +05:30
parent edf3b089bb
commit 27f595e961

View file

@ -330,6 +330,7 @@ fn download_v8_pgo_data() {
),
);
println!("Downloading PGO data");
#[cfg(not(target_os = "windows"))]
assert!(Command::new(python())
.arg("./v8/tools/builtins-pgo/download_profiles.py")
.arg("download")