mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 14:19:51 +00:00
Use debian stable to build the debian package instead of Ubuntu (#18595)
* GHA references https://github.com/actions/virtual-environments/issues/3111
This commit is contained in:
parent
1e0e357cd7
commit
88c76bc0f1
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -166,7 +166,7 @@ jobs:
|
||||
CFLAGS="-static" LDFLAGS="-static" meson --prefix=${HOME}/.local --buildtype release --default-library static build
|
||||
ninja -C build && ninja -C build install
|
||||
linux-acr-deb-64:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -178,7 +178,7 @@ jobs:
|
||||
name: radare2_debian_amd64.zip
|
||||
path: dist/debian/*/*.deb
|
||||
linux-acr-deb-32:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -196,7 +196,7 @@ jobs:
|
||||
path: dist/debian/*/*.deb
|
||||
## RPM PACKAGES DISABLED
|
||||
# linux-meson-rpm:
|
||||
# runs-on: ubuntu-18.04
|
||||
# runs-on: ubuntu:18.04
|
||||
# container: centos:8
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
@ -213,7 +213,7 @@ jobs:
|
||||
# with:
|
||||
# path: RPMS/*/*.rpm *.rpm dist/rpm/*.rpm
|
||||
# centos-meson-rpm:
|
||||
# runs-on: ubuntu-18.04
|
||||
# runs-on: ubuntu:18.04
|
||||
# container: centos:8
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user