Skip to content

Commit 420d16f

Browse files
committed
CDRIVER-2163 Only claim full support for things we actually tests in CI
1 parent 5d5329f commit 420d16f

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

doc/installing.rst

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@ Supported Platforms
1010

1111
The MongoDB C Driver is `continuously tested <https://evergreen.mongodb.com/waterfall/mongo-c-driver>`_ on variety of platforms including:
1212

13-
======================= ================= ======================================
14-
Operating Systems CPU Architectures Compiler Toolchain
15-
======================= ================= ======================================
16-
GNU/Linux x86 and x86_64 GCC 4.1 and newer
17-
Solaris 11 ARM Clang 3.3 and newer
18-
Mac OS X 10.6 and newer PPC Microsoft Visual Studio 2010 and newer
19-
Windows Vista, 7, and 8 SPARC `Oracle Solaris Studio 12`_
20-
FreeBSD MinGW
21-
======================= ================= ======================================
22-
23-
.. _Oracle Solaris Studio 12: http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index.html
13+
- Archlinux
14+
- Debian 8.1
15+
- macOS 10.10
16+
- Microsoft Windows Server 2008
17+
- RHEL 7.0, 7.1, 7.2
18+
- SUSE 12
19+
- smartOS (sunos / Solaris)
20+
- Ubuntu 12.04, 14.04, 16.04
21+
- Clang 3.4, 3.5, 3.7, 3.8
22+
- GCC 4.6, 4.8, 4.9, 5.3
23+
- MinGW-W64
24+
- Visual Studio 2010, 2013, 2015
25+
- x86, x86_64, ARM (aarch64), Power8 (ppc64le), zSeries (s390x)
26+
2427

2528
Install with a Package Manager
2629
------------------------------

0 commit comments

Comments
 (0)