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:
parent
0ca8b7e7ec
commit
465967b5ef
3 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue