mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
fix: adjust gitian descriptors to fix lief install
This commit is contained in:
parent
4ec0318ba6
commit
b208a0cc7a
@ -14,6 +14,7 @@ packages:
|
||||
- "bison"
|
||||
- "bsdmainutils"
|
||||
- "ca-certificates"
|
||||
- "cmake"
|
||||
- "curl"
|
||||
- "faketime"
|
||||
- "g++-8"
|
||||
@ -24,6 +25,7 @@ packages:
|
||||
- "pkg-config"
|
||||
- "python3"
|
||||
- "python3-pip"
|
||||
- "python3-setuptools"
|
||||
- "libxkbcommon0"
|
||||
- "ccache"
|
||||
# Cross compilation HOSTS:
|
||||
@ -110,6 +112,7 @@ script: |
|
||||
done
|
||||
}
|
||||
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
pip3 install lief==0.12.1
|
||||
|
||||
# Faketime for depends so intermediate results are comparable
|
||||
|
@ -96,6 +96,7 @@ script: |
|
||||
done
|
||||
}
|
||||
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
pip3 install lief==0.12.1
|
||||
|
||||
# Faketime for depends so intermediate results are comparable
|
||||
|
@ -8,6 +8,7 @@ architectures:
|
||||
- "amd64"
|
||||
packages:
|
||||
- "curl"
|
||||
- "cmake"
|
||||
- "g++"
|
||||
- "git"
|
||||
- "pkg-config"
|
||||
@ -23,6 +24,7 @@ packages:
|
||||
- "ca-certificates"
|
||||
- "python3"
|
||||
- "python3-pip"
|
||||
- "python3-setuptools"
|
||||
- "ccache"
|
||||
remotes:
|
||||
- "url": "https://github.com/dashpay/dash.git"
|
||||
@ -115,6 +117,7 @@ script: |
|
||||
done
|
||||
}
|
||||
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
pip3 install lief==0.12.1
|
||||
|
||||
# Faketime for depends so intermediate results are comparable
|
||||
|
Loading…
Reference in New Issue
Block a user