File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments