Skip to content

Commit

Permalink
fix(ci): brew rclip build failure due to the ZIP error (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich authored Feb 25, 2025
1 parent 6e0e731 commit 2f7a70b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release-utils/homebrew/generate_formula.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
end
def install
# Fix for ZIP timestamp issue with files having dates before 1980
ENV["SOURCE_DATE_EPOCH"] = "315532800" # 1980-01-01
virtualenv_install_with_resources without: "rawpy"
resource("rawpy").stage do
Expand Down

0 comments on commit 2f7a70b

Please sign in to comment.