Remove repetition of cmake variables in evergreen

XMLWordPrintableJSON

    • Storage Engines, Storage Engines - Foundations
    • StorEng - Defined Pipeline
    • 2

      Looking at the evergreen file, we can see that we directly write the cmake flags when we configure WiredTiger. This can be improved letting the configure_wiredtiger task to worry about that instead. For example:

      ENABLE_TCMALLOC: -DENABLE_TCMALLOC=0
      CMAKE_BUILD_TYPE: -DCMAKE_BUILD_TYPE=RelWithDebInfo
      

      could become

      ENABLE_TCMALLOC: 0
      CMAKE_BUILD_TYPE: RelWithDebInfo
      

              Assignee:
              Jie Chen
              Reporter:
              Jie Chen
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: