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: |
59
59
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
60
60
fi
61
61
62
+ # Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`)
62
63
function create_global_faketime_wrappers {
63
64
for prog in ${FAKETIME_PROGS}; do
64
65
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog}
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ script: |
55
55
56
56
export ZERO_AR_DATE=1
57
57
58
+ # Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`)
58
59
function create_global_faketime_wrappers {
59
60
for prog in ${FAKETIME_PROGS}; do
60
61
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog}
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ script: |
48
48
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
49
49
fi
50
50
51
+ # Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`)
51
52
function create_global_faketime_wrappers {
52
53
for prog in ${FAKETIME_PROGS}; do
53
54
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog}
You can’t perform that action at this time.
0 commit comments