Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-7118

Integrate Enterprise Build into Build System

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.3.1
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None

      The current module system used for the enterprise build operates as a non-standard extension to the behavior of SCons. By replacing it with a system for discovering SConscript files, it will facilitate adding tests for enterprise-only features, library dependencies, and more.

      The basic approach will be for the master SConstruct file to discover SConscript files for modules in the same way that it currently discovers build.py module configuration files. However, it will process these SConscript files in the same way that other SConscripts in the build system are processed. That means that these SConscripts will be able to import the "env" environment to describe build rules for libraries and tests.

      A simple procedure for adding more library dependencies to mongod, mongos and friends will be necessary, and will be achieved by setting variables in the "env" environment, or through a specially named set of exported SConstruct variables.

            Assignee:
            schwerin@mongodb.com Andy Schwerin
            Reporter:
            milkie@mongodb.com Eric Milkie
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: