Skip to content

Commit 3fb2dc7

Browse files
clementperonglneo
andauthored
Fix reproducible (#24409)
### Description Build are not reproducible, remove information that contains local information from the build ### Motivation and Context Reproducible build is important to ensure package is reliable Signed-off-by: Andrew Davis <[email protected]> Signed-off-by: Clément Péron <[email protected]> Co-authored-by: Andrew Davis <[email protected]>
1 parent d0a6c9f commit 3fb2dc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,6 @@ if (Git_FOUND)
15521552
string(APPEND ORT_BUILD_INFO "git-branch=${ORT_GIT_BRANCH}, git-commit-id=${ORT_GIT_COMMIT}, ")
15531553
endif()
15541554
string(APPEND ORT_BUILD_INFO "build type=${CMAKE_BUILD_TYPE}")
1555-
string(APPEND ORT_BUILD_INFO ", cmake cxx flags: ${CMAKE_CXX_FLAGS}")
15561555
configure_file(onnxruntime_config.h.in ${CMAKE_CURRENT_BINARY_DIR}/onnxruntime_config.h)
15571556
get_property(onnxruntime_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
15581557

0 commit comments

Comments
 (0)