Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
4ec02fed4b57fca611340ac8e901a78bba2d1c69...e2fbcd8cfd21626bd8a1f165937db0b5fb4e343a
Commits (2)
captures_kernel_version_via_CMAKE_SYSTEM: Additional CMAKE variables
· a829a2fe
Vagrant Cascadian
authored
Jan 14, 2022
that embed kernel version.
a829a2fe
itksnap: Mark with captures_kernel_version_via_CMAKE_SYSTEM and
· e2fbcd8c
Vagrant Cascadian
authored
Jan 14, 2022
captures_build_arch, adding relevent comments.
e2fbcd8c
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
e2fbcd8c
...
...
@@ -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
:
...
...
packages.yml
View file @
e2fbcd8c
...
...
@@ -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:
...
...