summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-07-05 23:30:44 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-07-05 23:30:44 +0200
commit738fb63e612ae9f5b19242479ea94eda4a813f24 (patch)
tree519e8a1452b17bb16dc9c94bcf60dbac43837b59 /docs
parentff7c775a6d2b0c7ef94496acd93dfc3640d42217 (diff)
downloadcurl-738fb63e612ae9f5b19242479ea94eda4a813f24.tar.gz
KNOWN_BUGS: flaky Windows CI builds
Closes #6972
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index bc11c5ef4..eb31f70a4 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -58,6 +58,7 @@ problems may have been fixed or changed somewhat since this was written!
5.9 Utilize Requires.private directives in libcurl.pc
5.10 SMB tests fail with Python 2
5.11 configure --with-gssapi with Heimdal is ignored on macOS
+ 5.12 flaky Windows CI builds
6. Authentication
6.1 NTLM authentication and unicode
@@ -503,6 +504,16 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/3841
+5.12 flaky Windows CI builds
+
+ We run many CI builds for each commit and PR on github, and especially a
+ number of the Windows builds are very flaky. This means that we rarely get
+ all CI builds go green and complete without errors. This is very unfortunate
+ as it makes us sometimes miss actual build problems and it is surprising to
+ newcomers to the project who (rightfully) don't expect this.
+
+ See https://github.com/curl/curl/issues/6972
+
6. Authentication
6.1 NTLM authentication and unicode