| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ jobs: | |||
| 34 | 34 | if: github.event.pull_request.draft == false | |
| 35 | 35 | strategy: | |
| 36 | 36 | matrix: | |
| 37 | - windows: [windows-2019] | ||
| 37 | + windows: [windows-2019, windows-2022] | ||
| 38 | 38 | fail-fast: false | |
| 39 | 39 | runs-on: ${{ matrix.windows }} | |
| 40 | 40 | steps: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ permissions: | |||
| 37 | 37 | jobs: | |
| 38 | 38 | coverage-windows: | |
| 39 | 39 | if: github.event.pull_request.draft == false | |
| 40 | - runs-on: windows-2019 | ||
| 40 | + runs-on: windows-2022 | ||
| 41 | 41 | steps: | |
| 42 | 42 | - uses: actions/checkout@v3 | |
| 43 | 43 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,10 @@ | |||
| 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)' == ''">$(IntDir)%(FileName)%(Extension).pp</PreprocessedFileName> | ||
| 8 | + </MARMASM> | ||
| 9 | + </ItemDefinitionGroup> | ||
| 10 | + </Project> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1437,6 +1437,14 @@ | |||
| 1437 | 1437 | ['want_separate_host_toolset', { | |
| 1438 | 1438 | 'toolsets': ['host'], | |
| 1439 | 1439 | }], | |
| 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 | + }], | ||
| 1440 | 1448 | ], | |
| 1441 | 1449 | }, # mksnapshot | |
| 1442 | 1450 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments