Skip to content

Commit 690dbea

Browse files
authored
Update gitian-linux.yml
1 parent 975af47 commit 690dbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/gitian-descriptors/gitian-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ script: |
114114
pip3 install lief==0.12.3
115115
116116
# Faketime for depends so intermediate results are comparable
117-
export PATH_orig=${PATH}
117+
export LIBRARY_PATH="$INSTDIR/lib"
118118
create_global_faketime_wrappers "2000-01-01 12:00:00"
119119
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
120-
export PATH=${WRAP_DIR}:${PATH}
120+
export LIBRARY_PATH="$INSTDIR/lib"
121121
122122
INSTDIR="$HOME/install"
123123
export LIBRARY_PATH="$INSTDIR/lib"

0 commit comments

Comments
 (0)