Skip to content

Commit 9770ca4

Browse files
committed
Don't set SOURCE_DATE_EPOCH at all
It isn't helping make anything more reproducible, setting it so late. We'll file a bug about `.pyc` reproducibility, later.
1 parent 1968b91 commit 9770ca4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/reusable-ubuntu.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ jobs:
131131
run: xvfb-run make ci EXTRATESTOPTS="${TEST_OPTS}"
132132
env:
133133
TEST_OPTS: ${{ inputs.test-opts }}
134-
- name: Use the commit timestamp for timestamps the install
135-
# we do this after test execution, as some tests are broken by it. GH-154948
136-
if: inputs.upload-install-hashes
137-
run: echo "SOURCE_DATE_EPOCH=$(git log -1 --format=%ct)" >> $GITHUB_ENV
138134
- name: Install Python
139135
if: inputs.upload-install-hashes
140136
working-directory: ${{ env.CPYTHON_BUILDDIR }}

0 commit comments

Comments
 (0)