Skip to content

build is non-deterministic #95

@thdxr

Description

@thdxr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions