File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 3434    if : github.event.pull_request.draft == false 
3535    strategy :
3636      matrix :
37-         windows : [windows-2019] 
37+         windows : [windows-2019, windows-2022 ] 
3838      fail-fast : false 
3939    runs-on : ${{ matrix.windows }} 
4040    steps :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ permissions:
3737jobs :
3838  coverage-windows :
3939    if : github.event.pull_request.draft == false 
40-     runs-on : windows-2019  
40+     runs-on : windows-2022  
4141    steps :
4242      - uses : actions/checkout@v3 
4343        with :
Original file line number Diff line number Diff line change 1+ <?xml  version =" 1.0"  encoding =" utf-8" 
2+ <Project >
3+   <ItemDefinitionGroup >
4+     <MARMASM >
5+       <!--  Works around a situation when we preprocess file in $(IntDir). In such case the output file is the same as input file
6+       and we get access violation. Appending '.pp' file extension to the output file name resolves this issue. -->  
7+       <PreprocessedFileName  Condition =" '%(PreprocessedFileName)' == ''" PreprocessedFileName >
8+     </MARMASM >
9+   </ItemDefinitionGroup >
10+ </Project >
Original file line number Diff line number Diff line change 14371437        ['want_separate_host_toolset' , {
14381438          'toolsets' : ['host' ],
14391439        }],
1440+         ['OS=="win"' , {
1441+           'msvs_precompiled_header' : '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.h' ,
1442+           'msvs_precompiled_source' : '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.cc' ,
1443+           'sources' : [
1444+             '<(_msvs_precompiled_header)' ,
1445+             '<(_msvs_precompiled_source)' ,
1446+           ],
1447+         }],
14401448      ],
14411449    },  # mksnapshot 
14421450    {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments