Avoid builds with RelWithDebInfo
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 16 Aug 2020 08:01:10 +0000 (10:01 +0200)
committerErik Lindahl <erik.lindahl@gmail.com>
Mon, 17 Aug 2020 07:38:58 +0000 (07:38 +0000)
These produce object and binary files that are larger than we need. If
we need that information to diagnose an issue, we can turn it on, or
build locally using the same Docker image.

Refs #3630

admin/gitlab-ci/gromacs.gitlab-ci.yml

index 4c38a6f15dca829fbb4b75caaae75f48b2546b72..7b5f85d7f9f262d8cd6576a32c3a99511931873a 100644 (file)
@@ -312,7 +312,7 @@ gromacs:gcc-8-cuda-10.1:release:configure:
     COMPILER_MAJOR_VERSION: 8
     RELEASE_BUILD_DIR: release-builds-gcc
     CMAKE_EXTRA_OPTIONS: "-DGMX_BUILD_MDRUN_ONLY=ON"
-    CMAKE_BUILD_TYPE_OPTIONS : "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
+    CMAKE_BUILD_TYPE_OPTIONS : "-DCMAKE_BUILD_TYPE=RelWithAssert"
     CMAKE_REGRESSIONTEST_OPTIONS: ""
   dependencies:
     - archive:package
@@ -361,7 +361,7 @@ gromacs:clang-8-cuda-10.1:release:configure:
   variables:
     COMPILER_MAJOR_VERSION: 8
     RELEASE_BUILD_DIR: release-builds-clang
-    CMAKE_BUILD_TYPE_OPTIONS: "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
+    CMAKE_BUILD_TYPE_OPTIONS: "-DCMAKE_BUILD_TYPE=RelWithAssert"
 
 # Jobs running during build stage