fix: adjust gitian descriptors to fix lief install

This commit is contained in:
UdjinM6 2023-06-30 22:27:34 +03:00 committed by PastaPastaPasta
parent 4ec0318ba6
commit b208a0cc7a
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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