Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make package build reproducible #36064

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bmwiedemann
Copy link

without this patch, spack-0.19.0/lib/spack/docs/_build/texinfo/Spack.texi
varied in
@deffn {Data} spack.config.config_defaults = @{'config': @{'build_jobs': 4, 'build_stage': '$tempdir/spack@w{-}stage', 'checksum': True, 'concretizer': 'original', 'connect_timeout': 10, 'debug': False, 'dirty': False, 'verify_ssl': True@}@}

that caused resulting Spack.info and spack.1 files to differ as well.

See also https://reproducible-builds.org/ for why this matters.

This patch was done while working on reproducible builds for openSUSE.

Note: I only tested that our package builds.

@spackbot-app spackbot-app bot added build-environment core PR affects Spack core functionality labels Mar 13, 2023
@bmwiedemann bmwiedemann force-pushed the parallelism branch 3 times, most recently from f01ea0d to 8e00f3a Compare April 2, 2023 09:14
without this patch, spack-0.19.0/lib/spack/docs/_build/texinfo/Spack.texi
varied in
@deffn {Data} spack.config.config_defaults = @{'config': @{'build_jobs': 4, 'build_stage': '$tempdir/spack@w{-}stage', 'checksum': True, 'concretizer': 'original', 'connect_timeout': 10, 'debug': False, 'dirty': False, 'verify_ssl': True@}@}

that caused resulting Spack.info and spack.1 files to differ as well.

See also https://reproducible-builds.org/ for why this matters.

This patch was done while working on reproducible builds for openSUSE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-environment core PR affects Spack core functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant