mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 02:20:53 +00:00
ci: remove fallback version of lief for ubuntu:bionic
This commit is contained in:
parent
da0732ebd5
commit
af0362a496
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
WINEDEBUG: fixme-all
|
||||
WINEPREFIX: /tmp/wineprefix/
|
||||
SDK_URL: https://depends.dogecoincore.org
|
||||
BIONIC_LIEF_WHL: lief-0.12.3-cp36-cp36m-linux_x86_64.whl
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -228,14 +227,7 @@ jobs:
|
||||
procps bison python3 python3-pip python3-setuptools python3-wheel
|
||||
apt-get install -y ${{ matrix.packages }}
|
||||
python3 -m pip install setuptools==70.3.0 --upgrade
|
||||
|
||||
- name: Install custom lief wheel
|
||||
if: matrix.os == 'ubuntu-18.04'
|
||||
run: python3 -m pip install $SDK_URL/$BIONIC_LIEF_WHL
|
||||
|
||||
- name: Install standard lief wheel
|
||||
if: matrix.os != 'ubuntu-18.04'
|
||||
run: python3 -m pip install lief
|
||||
python3 -m pip install lief
|
||||
|
||||
- name: Post install
|
||||
if: ${{ matrix.postinstall }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user