Skip to content

Commit 03dd53f

Browse files
committed
review: take proxy-wasm#2.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 6814b83 commit 03dd53f

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,10 @@ jobs:
6666
fail-fast: false
6767
matrix:
6868
include:
69-
- name: 'V8 on Windows (debug)'
70-
runtime: 'v8'
71-
os: windows-2019
72-
flags: '-c dbg'
73-
- name: 'V8 on Windows (fastbuild)'
74-
runtime: 'v8'
75-
os: windows-2019
76-
flags: '-c fastbuild'
77-
- name: 'V8 on Windows (release)'
78-
runtime: 'v8'
79-
os: windows-2019
80-
flags: '-c opt'
8169
- name: 'V8 on Windows (static)'
8270
runtime: 'v8'
8371
os: windows-2019
84-
flags: '--dynamic_mode=off'
85-
- name: 'V8 on Windows (/Os)'
86-
runtime: 'v8'
87-
os: windows-2019
88-
flags: '--cxxopt=/Os'
72+
flags: '--dynamic_mode=off --features=static_link_msvcrt'
8973

9074
steps:
9175
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)