Commits (2)
......@@ -904,6 +904,8 @@ captures_kernel_version:
Sub-issue: captures_kernel_version_via_CMAKE_SYSTEM
deterministic: True
captures_kernel_variant:
# this can't be deterministic:True as the clean-notes script doesn't know about
# architectures and this issue is not visible on amd64.
description: |
Similar to captures_kernel_version, but specifically refers to capturing
x86_64 vs i686. This can (currently) happen when testing the i386
......@@ -912,7 +914,6 @@ captures_kernel_variant:
Notably, we do not use `linux32` to emulate the 32 bit personality when
running those builds, as normally this hides packages that are making use of
`uname` to detect the host architecture when they really should not.
deterministic: True
timestamps_in_cmake:
description: |
Timestamps generated by cmake TIMESTAMP function respect
......
......@@ -17474,9 +17474,11 @@ ncbi-vdb:
issues:
- gcc_captures_build_path
ncftp:
version: 2:3.2.5-2
version: 2:3.2.6-1
comments: |
[i386] Captures some form of uname / host / architecture: linux-x86-glibc2.22 v. linux-x86_64-glibc2.22
issues:
- captures_build_arch
ncl:
version: 6.3.0-13
issues:
......