Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-1244

Add build variants to CI loop that produce 32-bit builds

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Build
    • None

    Description

      Currently, Evergreen only produces 64-bit builds of the driver. We should add several variants which ensure that the driver can compile in 32-bit mode and run on 32-bit platforms.

      The mongo-c-driver project accomplishes this on Windows through "Visual Studio 14 2015" CMake generator (as opposed to the "Visual Studio 14 2015 Win64" generator), and on Unix platforms by specifying the "-m32 -march=i386" compiler flags. We could also investigate whether the toolchains on any of the 32-bit host types provided by Evergreen (rhel55-32? windows-32?) meet our minimum toolchain requirements.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rassi J Rassi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: