Skip to content

Commit aace937

Browse files
PeterCDMcLeanlancesix
authored andcommitted
Remove the use of TIMESTAMP when it will affect the reproducibility of build artifacts
(cherry picked from commit 47b28d6d11af1aa545676c40e9e7c20651b3a25e) Change-Id: If6f4cca15db0d4ed3058e325b90148e807e3aaee
1 parent 545f8aa commit aace937

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ if(DEFINED ENV{ROCM_BUILD_ID})
184184
# ROCM_BUILD_ID is set by the ROCm-CI build environment.
185185
set(build_info $ENV{ROCM_BUILD_ID})
186186
else()
187-
string(TIMESTAMP NOW "%Y%m%dT%H%M%S")
188-
set(build_info developer-build-${NOW})
187+
set(build_info developer-build)
189188

190189
if(DEFINED ENV{USER})
191190
set(build_info ${build_info}-$ENV{USER})

0 commit comments

Comments
 (0)