mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 03:02:37 +02:00
gitian: install LIEF in gitian container
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user