Skip to content

Commit b62055b

Browse files
committed
sarif-tools: add issue link for hatch workaround
1 parent d8e6262 commit b62055b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/s/sarif-tools.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ class SarifTools < Formula
128128
end
129129

130130
def install
131-
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
131+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
132+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
132133
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
133134

134135
virtualenv_install_with_resources

0 commit comments

Comments
 (0)