Skip to content

Commit

Permalink
set DEPOT_TOOLS_WIN_TOOLCHAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
ialex32x committed Jun 8, 2024
1 parent b1e39ce commit 0614c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_v8_windows_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
curl https://storage.googleapis.com/chrome-infra/depot_tools.zip --output ./depot_tools.zip
7z x -odepot_tools depot_tools.zip
set PATH=%GITHUB_WORKSPACE%/depot_tools;%PATH%
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
cd depot_tools
call gclient
mkdir %GITHUB_WORKSPACE%/v8
Expand All @@ -53,6 +55,8 @@ jobs:
shell: cmd
run: |
set PATH=%GITHUB_WORKSPACE%/depot_tools;%PATH%
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
cd %GITHUB_WORKSPACE%/v8/v8
python ./tools/dev/v8gen.py x64.release
xcopy %GITHUB_WORKSPACE%/Scripts/v8.windows_x64.args.gn %GITHUB_WORKSPACE%/v8/v8/out.gn/x64.release/args.gn /Q /R /Y
Expand Down

0 comments on commit 0614c97

Please sign in to comment.