0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

gitian: install LIEF in gitian container

This commit is contained in:
fanquake 2021-04-09 10:11:47 +08:00
parent 0ca8b7e7ec
commit 465967b5ef
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
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"

View file

@ -23,6 +23,7 @@ packages:
- "imagemagick"
- "libz-dev"
- "python3"
- "python3-pip"
- "python3-setuptools"
- "fonts-tuffy"
- "xorriso"
@ -78,6 +79,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"

View file

@ -22,6 +22,7 @@ packages:
- "zip"
- "ca-certificates"
- "python3"
- "python3-pip"
remotes:
- "url": "https://github.com/bitcoin/bitcoin.git"
"dir": "bitcoin"
@ -86,6 +87,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"