Skip to content

Conversation

redneckz
Copy link

Related to the following issue
#416

@redneckz
Copy link
Author

Hi @ctalkington , any progress on this PR?
I will appritiate any feedback from you or your team.

});
});

describe('#options.noTimestamp', function() {
Copy link
Member

@ctalkington ctalkington Jul 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
describe('#options.noTimestamp', function() {
describe('options.noTimestamps', function() {

@florian-g2
Copy link

Hey @ctalkington, are there any updates, or has this functionality already been implemented in some other way?

@kormide
Copy link

kormide commented Dec 24, 2022

This would be a very useful feature to have when building with Bazel, which relies on deterministic artifacts for good remote cache performance.

@kormide
Copy link

kormide commented Dec 25, 2022

Note that I was able to work around this by fixing the date in the file entry when appending to a zip:

zip.append(content, {name: "foo.txt", date: new Date(0)});

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

Successfully merging this pull request may close these issues.

4 participants