Re: [v8-users] Re: GN failure on Windows

2020-10-16 Thread Rodrigo Hernandez
Hi Julio, Just go to https://chrome-infra-packages.appspot.com/ And navigate through gn until you get a list of releases matching git hashes. On Tue, Oct 13, 2020, 11:40 PM Julio César Rocha wrote: > Hi, Rodrigo. > > Can you help me point where the other binaries, aside from the latest one > c

[v8-users] Re: GN failure on Windows

2020-10-13 Thread Julio César Rocha
Hi, Rodrigo. Can you help me point where the other binaries, aside from the latest one can be browsed to or downloaded? I can only see a link to the latest GN binary release. *You can download the latest version of GN binary for Linux

[v8-users] Re: GN failure on Windows

2020-10-13 Thread Rodrigo Hernandez
You can just replace the binary, you can find binaries at the GN git page here: https://gn.googlesource.com/gn/+/refs/heads/master On Monday, October 12, 2020 at 7:26:18 PM UTC-6 Tekman wrote: > What is the recommended way to downgrade gn? Should I update its version > in the 2 DEPS files, com

[v8-users] Re: GN failure on Windows

2020-10-12 Thread Tekman
What is the recommended way to downgrade gn? Should I update its version in the 2 DEPS files, commit and run gclient sync, or literally overwrite gn.exe in \v8\buildtools\win\gn.exe with a binary I grab from somewhere else? Sorry if this is a basic question, I didn't delve too deep into depot_t

[v8-users] Re: GN failure on Windows

2020-10-10 Thread Rodrigo Hernandez
Hi Tekman, I've seen that error before, apparently there was a bug which allowed the dependency to be done, and that kind of dependency was/is made by older versions/tags. If you've already run gclient sync AFTER checking out LKGR 8.5 with git and that did not work, you can try manually repla