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

ibdump: builds are not reproducible #8

Open
tzafrir-mellanox opened this issue Dec 18, 2019 · 0 comments
Open

ibdump: builds are not reproducible #8

tzafrir-mellanox opened this issue Dec 18, 2019 · 0 comments

Comments

@tzafrir-mellanox
Copy link
Contributor

gcc -g -O2 -fdebug-prefix-map=/.autodirect/sysgwork/tzafrirc/upstream/ibdump/ibdump-subtree=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W  -g -MP -MD -DPACKAGE_VERSION
_STR=\"3.0.0-7\" -DWITH_MSTFLINT -DMST_UL -I/usr/include/mstflint -DUPSTREAM_KERNEL '-DBLD_VER_STR="devel"' -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ibdump.o ibdump.c
In file included from ibdump.c:64:0:
tools_version.h: In function ‘get_version_string’:
tools_version.h:66:19: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
                   __DATE__,
                   ^~~~~~~~
tools_version.h:67:19: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time]
                   __TIME__,
                   ^~~~~~~~

See also https://reproducible-builds.org/docs/timestamps/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant