Commits (2)
......@@ -1733,6 +1733,8 @@ captures_kernel_version_via_CMAKE_SYSTEM:
.
Instead, use CMAKE_SYSTEM_NAME (`uname -s`), which shouldn't vary.
.
May also be triggered by use of CMAKE_HOST_SYSTEM or CMAKE_HOST_SYSTEM_VERSION.
.
Parent issue: captures_kernel_version
deterministic: False
captures_kernel_version_via_ecbuild:
......
......@@ -9616,8 +9616,15 @@ italc:
- build_id_differences_only
itksnap:
version: 3.6.0-2
comments: |
Embedded timestamp timestamp using date command in TODAY macro in
CMakeLists.txt. Host kernel, version and cpu architecture captured
using CMAKE_HOST_SYSTEM and CMAKE_HOST_SYSTEM_PROCESSOR in
SNAPCommon.cxx.in.
issues:
- diffoscope_runs_forever
- captures_kernel_version_via_CMAKE_SYSTEM
- captures_build_arch
itools:
version: 1.0-5
issues:
......