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

does not build reproducibly #284

Open
josch opened this issue Nov 2, 2021 · 0 comments
Open

does not build reproducibly #284

josch opened this issue Nov 2, 2021 · 0 comments

Comments

@josch
Copy link

josch commented Nov 2, 2021

The generated chroma.js differs depending on the directory name of the git clone of this repo. The last few lines of chroma.js in this repo read:

    var chroma_js = chroma_1;

    return chroma_js;

})));

But those lines will be different if chroma.js is cloned into a repository with a different name. For example if I clone into a directory named buildExperiment1 then the last few lines of chroma.js will read:

    var buildExperiment1 = chroma_1;

    return buildExperiment1;

})));

The contents of chroma.js should not depend on the path of the git checkout.

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