We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975af47 commit 690dbeaCopy full SHA for 690dbea
contrib/gitian-descriptors/gitian-linux.yml
@@ -114,10 +114,10 @@ script: |
114
pip3 install lief==0.12.3
115
116
# Faketime for depends so intermediate results are comparable
117
- export PATH_orig=${PATH}
+ export LIBRARY_PATH="$INSTDIR/lib"
118
create_global_faketime_wrappers "2000-01-01 12:00:00"
119
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
120
- export PATH=${WRAP_DIR}:${PATH}
121
122
INSTDIR="$HOME/install"
123
export LIBRARY_PATH="$INSTDIR/lib"
0 commit comments