Skip to content

Commit

Permalink
Remove "unset source_date_epoch"
Browse files Browse the repository at this point in the history
CI passes something more recent than 1980 here so it should build.

Signed-off-by: dlorenc <[email protected]>
Signed-off-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
dlorenc authored and developer-guy committed Sep 17, 2023
1 parent c3c6112 commit c91bd60
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions py3-termcolor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ pipeline:
expected-commit: 0e016d928a1d6eff69ff46a6abdc6058dd412f4c

- runs: |
# workaround for issue: ZIP does not support timestamps before 1980
unset SOURCE_DATE_EPOCH
python3 -m build
python3 -m installer -d "${{targets.destdir}}" dist/*.whl
find ${{targets.destdir}} -name '*.pyc' -print -exec rm \{} \;
python3 -m build
python3 -m installer -d "${{targets.destdir}}" dist/*.whl
find ${{targets.destdir}} -name '*.pyc' -print -exec rm \{} \;
- uses: strip

Expand Down

0 comments on commit c91bd60

Please sign in to comment.