Skip to content

Commit

Permalink
去掉restore test\test262\data
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jul 9, 2024
1 parent 8fdfab8 commit 61a90cf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions windows_32.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ echo =====[ Fetching V8 ]=====
call fetch v8
cd v8
call git checkout refs/tags/%VERSION%
cd test\test262\data
@REM cd test\test262\data
call git config --system core.longpaths true
call git restore *
cd ..\..\..\
@REM call git restore *
@REM cd ..\..\..\
call gclient sync

if "%VERSION%"=="10.6.194" (
Expand Down
6 changes: 3 additions & 3 deletions windows_64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ echo =====[ Fetching V8 ]=====
call fetch v8
cd v8
call git checkout refs/tags/%VERSION%
cd test\test262\data
@REM cd test\test262\data
call git config --system core.longpaths true
call git restore *
cd ..\..\..\
@REM call git restore *
@REM cd ..\..\..\
call gclient sync

@REM echo =====[ Patching V8 ]=====
Expand Down
6 changes: 3 additions & 3 deletions windows_64MD.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ echo =====[ Fetching V8 ]=====
call fetch v8
cd v8
call git checkout refs/tags/%VERSION%
cd test\test262\data
@REM cd test\test262\data
call git config --system core.longpaths true
call git restore *
cd ..\..\..\
@REM call git restore *
@REM cd ..\..\..\
call gclient sync

if "%VERSION%"=="10.6.194" (
Expand Down
6 changes: 3 additions & 3 deletions windows_64MD_DLL.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ echo =====[ Fetching V8 ]=====
call fetch v8
cd v8
call git checkout refs/tags/%VERSION%
cd test\test262\data
@REM cd test\test262\data
call git config --system core.longpaths true
call git restore *
cd ..\..\..\
@REM call git restore *
@REM cd ..\..\..\
call gclient sync

@REM echo =====[ Patching V8 ]=====
Expand Down
6 changes: 3 additions & 3 deletions windows_64MD_DLL_94.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ echo =====[ Fetching V8 ]=====
call fetch v8
cd v8
call git checkout refs/tags/%VERSION%
cd test\test262\data
@REM cd test\test262\data
call git config --system core.longpaths true
call git restore *
cd ..\..\..\
@REM call git restore *
@REM cd ..\..\..\
call gclient sync

@REM echo =====[ Patching V8 ]=====
Expand Down

0 comments on commit 61a90cf

Please sign in to comment.