gitian: install LIEF in gitian container

This commit is contained in:
fanquake
2021-04-09 10:11:47 +08:00
parent 0ca8b7e7ec
commit 465967b5ef
3 changed files with 9 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ packages:
- "patch"
- "pkg-config"
- "python3"
- "python3-pip"
# Cross compilation HOSTS:
# - arm-linux-gnueabihf
- "binutils-arm-linux-gnueabihf"
@@ -99,6 +100,8 @@ script: |
done
}
pip3 install lief==0.11.4
# Faketime for depends so intermediate results are comparable
export PATH_orig=${PATH}
create_global_faketime_wrappers "2000-01-01 12:00:00"