mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -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"
|
- "patch"
|
||||||
- "pkg-config"
|
- "pkg-config"
|
||||||
- "python3"
|
- "python3"
|
||||||
|
- "python3-pip"
|
||||||
# Cross compilation HOSTS:
|
# Cross compilation HOSTS:
|
||||||
# - arm-linux-gnueabihf
|
# - arm-linux-gnueabihf
|
||||||
- "binutils-arm-linux-gnueabihf"
|
- "binutils-arm-linux-gnueabihf"
|
||||||
|
@ -99,6 +100,8 @@ script: |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pip3 install lief==0.11.4
|
||||||
|
|
||||||
# Faketime for depends so intermediate results are comparable
|
# Faketime for depends so intermediate results are comparable
|
||||||
export PATH_orig=${PATH}
|
export PATH_orig=${PATH}
|
||||||
create_global_faketime_wrappers "2000-01-01 12:00:00"
|
create_global_faketime_wrappers "2000-01-01 12:00:00"
|
||||||
|
|
|
@ -23,6 +23,7 @@ packages:
|
||||||
- "imagemagick"
|
- "imagemagick"
|
||||||
- "libz-dev"
|
- "libz-dev"
|
||||||
- "python3"
|
- "python3"
|
||||||
|
- "python3-pip"
|
||||||
- "python3-setuptools"
|
- "python3-setuptools"
|
||||||
- "fonts-tuffy"
|
- "fonts-tuffy"
|
||||||
- "xorriso"
|
- "xorriso"
|
||||||
|
@ -78,6 +79,8 @@ script: |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pip3 install lief==0.11.4
|
||||||
|
|
||||||
# Faketime for depends so intermediate results are comparable
|
# Faketime for depends so intermediate results are comparable
|
||||||
export PATH_orig=${PATH}
|
export PATH_orig=${PATH}
|
||||||
create_global_faketime_wrappers "2000-01-01 12:00:00"
|
create_global_faketime_wrappers "2000-01-01 12:00:00"
|
||||||
|
|
|
@ -22,6 +22,7 @@ packages:
|
||||||
- "zip"
|
- "zip"
|
||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python3"
|
- "python3"
|
||||||
|
- "python3-pip"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/bitcoin/bitcoin.git"
|
- "url": "https://github.com/bitcoin/bitcoin.git"
|
||||||
"dir": "bitcoin"
|
"dir": "bitcoin"
|
||||||
|
@ -86,6 +87,8 @@ script: |
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pip3 install lief==0.11.4
|
||||||
|
|
||||||
# Faketime for depends so intermediate results are comparable
|
# Faketime for depends so intermediate results are comparable
|
||||||
export PATH_orig=${PATH}
|
export PATH_orig=${PATH}
|
||||||
create_global_faketime_wrappers "2000-01-01 12:00:00"
|
create_global_faketime_wrappers "2000-01-01 12:00:00"
|
||||||
|
|
Loading…
Add table
Reference in a new issue