We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8453d4 commit ba7e37bCopy full SHA for ba7e37b
Formula/t/terraform-iam-policy-validator.rb
@@ -62,7 +62,8 @@ class TerraformIamPolicyValidator < Formula
62
end
63
64
def install
65
- # The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
+ # hatch does not support a SOURCE_DATE_EPOCH before 1980.
66
+ # Remove after https://github.com/pypa/hatch/pull/1999 is released.
67
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
68
69
virtualenv_install_with_resources
0 commit comments