Skip to content

Commit 065ab4c

Browse files
committed
Set SOURCE_DATE_EPOCH again (now that GH-154948 is fixed)
1 parent c1392c4 commit 065ab4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable-ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
# On ubuntu-26.04 image, LLVM is LLVM-21 by default
6464
sudo apt-get install --no-install-recommends bolt-21
6565
echo PATH="$(llvm-config-21 --bindir):$PATH" >> $GITHUB_ENV
66+
- name: Reproducible install timestamps
67+
run: echo "SOURCE_DATE_EPOCH=$(git log -1 --format=%ct)" >> $GITHUB_ENV
6668
- name: Configure OpenSSL env vars
6769
run: |
6870
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)