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

build is non-deterministic #95

Open
thdxr opened this issue May 15, 2023 · 0 comments
Open

build is non-deterministic #95

thdxr opened this issue May 15, 2023 · 0 comments

Comments

@thdxr
Copy link

thdxr commented May 15, 2023

if I run make multiple times in this package, we get varying results in ./build/Makefile

see here

342c342
< Makefile: $(srcdir)/../../../.cache/node-gyp/16.20.0/include/node/common.gypi $(srcdir)/../../../../../usr/lib/node_modules/node-gyp/addon.gypi $(srcdir)/build/config.gypi $(srcdir)/binding.gyp
---
> Makefile: $(srcdir)/../../../../../usr/lib/node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp $(srcdir)/build/config.gypi $(srcdir)/../../../.cache/node-gyp/16.20.0/include/node/common.gypi

this causes issues in downstream deployment systems where it appears as if this dependency has always changed and causes extra deploys

having trouble tracking down the source of this so figured i'd make an issue

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