Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-11668

Remove repetition of cmake variables in evergreen

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • 2
    • StorEng - Defined Pipeline

      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@mongodb.com Jie Chen
            Reporter:
            jie.chen@mongodb.com Jie Chen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: