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