Skip to content

Commit

Permalink
Update gitian-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn authored Aug 10, 2024
1 parent 975af47 commit 690dbea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ script: |
pip3 install lief==0.12.3
# Faketime for depends so intermediate results are comparable
export PATH_orig=${PATH}
export LIBRARY_PATH="$INSTDIR/lib"
create_global_faketime_wrappers "2000-01-01 12:00:00"
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
export PATH=${WRAP_DIR}:${PATH}
export LIBRARY_PATH="$INSTDIR/lib"
INSTDIR="$HOME/install"
export LIBRARY_PATH="$INSTDIR/lib"
Expand Down

0 comments on commit 690dbea

Please sign in to comment.