There was an error while loading. Please reload this page.
1 parent c1392c4 commit 065ab4cCopy full SHA for 065ab4c
1 file changed
.github/workflows/reusable-ubuntu.yml
@@ -63,6 +63,8 @@ jobs:
63
# On ubuntu-26.04 image, LLVM is LLVM-21 by default
64
sudo apt-get install --no-install-recommends bolt-21
65
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
68
- name: Configure OpenSSL env vars
69
run: |
70
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"
0 commit comments