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

Exclude the cppsuite from the Ubuntu 20.04 Minimal variant

    • 2
    • Storage Engines - 2023-01-10

      The minimal variant should build the minimal amount of things, currently it builds the CppSuite we should exclude it with -DENABLE_CPPSUITE=0.

      The code change required is:

      (10:07)(wiredtiger)$ git diff
      diff --git a/test/evergreen.yml b/test/evergreen.yml
      index 5f580b10a..e474372f5 100755
      --- a/test/evergreen.yml
      +++ b/test/evergreen.yml
      @@ -4778,6 +4778,7 @@ buildvariants:
         - ubuntu2004-test
         expansions:
           posix_configure_flags: -DENABLE_PYTHON=0 -DENABLE_LZ4=0 -DENABLE_SNAPPY=0 -DENABLE_ZLIB=0 -DENABLE_ZSTD=0
      +    ENABLE_CPPSUITE: -DENABLE_CPPSUITE=0
           CMAKE_INSTALL_PREFIX: -DCMAKE_INSTALL_PREFIX=$(pwd)/cmake_build/LOCAL_INSTALL
           smp_command: -j $(grep -c ^processor /proc/cpuinfo)
           make_command: ninja
       

      Scope:

      • Implement the change
      • Evergreen patch build to test

            Assignee:
            sona.reddy@mongodb.com Sona Reddy (Inactive)
            Reporter:
            luke.pearson@mongodb.com Luke Pearson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: