File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Please see/edit [`CMakeConfig.txt`](./CMakeConfig.txt) or use `ccmake(1)` or
60
60
* Intel's libtbb (optional for: tests; for GCC's stdlib parallelism support)
61
61
* pthreads (required for: tests, contrib/bin/memaslap, libmemcachedutil/pool)
62
62
* libevent (required for: contrib/bin/memaslap)
63
- * Cyrus' libsasl2 (required for: libmemacached /sasl)
63
+ * Cyrus' libsasl2 (required for: libmemcached /sasl)
64
64
65
65
### Binaries
66
66
@@ -98,7 +98,8 @@ CI/Testing is performed on the following system matrix:
98
98
| ------------------| ------------------------------| -------------------------| ----------------------------|
99
99
| Linux | GNU 7/9/10, Clang 9/10/11 | amd64 | sasl, coverage, sanitizers |
100
100
| MacOS | AppleClang 12 | amd64 | sasl, coverage |
101
- | FreeBSD, OpenBSD | Clang 10 | amd64 | sasl, coverage |
101
+ | FreeBSD | Clang 11 | amd64 | sasl, coverage |
102
+ | OpenBSD | Clang 10 | amd64 | sasl, coverage |
102
103
| Windows | MSVC 16, MinGW | amd64 | no sasl, no tests |
103
104
| Solaris | SunPro 12.5 | amd64 | no sasl, no tests, manually|
104
105
You can’t perform that action at this time.
0 commit comments