You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cirrus.yml
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -168,8 +168,22 @@ task:
168
168
- src\bench_elements.exe > NUL
169
169
- python test\util\test_runner.py
170
170
- python test\util\rpcauth-test.py
171
+
172
+
task:
173
+
name: "Win64 native [msvc] (functional tests 1)"
174
+
<<: *win64_native_common
175
+
functional_tests_script:
176
+
# Increase the dynamic port range to the maximum allowed value to mitigate "OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted".
# Increase the dynamic port range to the maximum allowed value to mitigate "OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted".
@@ -179,7 +193,7 @@ task:
179
193
# Exclude feature_dbcrash for now due to timeout
180
194
# Exclude also wallet_avoidreuse due to timeout
181
195
# Ignore failures for now, need to investigate but we really don't use native win64 builds
0 commit comments