701 Add ability to have deterministic bundle builds on all platforms (#996)#1148
Merged
jeffdiclemente merged 1 commit intoCppMicroServices:c++14-compliantfrom Jul 25, 2025
Conversation
…MicroServices#996) * Added CMake option and associated miniz changes to facilitate deterministic builds on win64 * Added support for maci64 * Some more updates * Fixed up stuff for maci * Updated comments and other things * Added support for deterministic locales when building * Updated LC_* variables to simply use LC_ALL instead * Add in test to validate deterministic zip file creation. * add deterministic zip file tests to build configurations for github. * fix syntax issue in yml file * restore old version of some code. * Try this. * add support for deterministic bundle linking on maci64 * got the CMAKE_CXX_LINK_LAUNCHER to work for linking deterministic on maci64. * deterministic testing * Fixed issues with .bat test for deterministic bundles on win64 * updated basic_test.sh with new format and removed old rc_tests.cmake * Added some comments describing the changes. * respond to code review requests. * fixed a typo. * respond to code review feedback. --------- Co-authored-by: alchrist <alchrist@mathworks.com> Co-authored-by: Michael Carney <mike@carneyweb.com>
b43223c
into
CppMicroServices:c++14-compliant
11 of 43 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
on maci64.
cherry-pick of commit baca396 (PR #996)
see discussion #701