Skip to content

Commit 3333629

Browse files
author
MarcoFalke
committed
doc: Explain $LIB in LD_PRELOAD in gitian descriptors
1 parent fab9850 commit 3333629

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ script: |
5959
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
6060
fi
6161
62+
# Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`)
6263
function create_global_faketime_wrappers {
6364
for prog in ${FAKETIME_PROGS}; do
6465
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog}

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ script: |
5555
5656
export ZERO_AR_DATE=1
5757
58+
# Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`)
5859
function create_global_faketime_wrappers {
5960
for prog in ${FAKETIME_PROGS}; do
6061
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog}

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ script: |
4848
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
4949
fi
5050
51+
# Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`)
5152
function create_global_faketime_wrappers {
5253
for prog in ${FAKETIME_PROGS}; do
5354
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog}

0 commit comments

Comments
 (0)