[Build System] Update Ubuntu version to 22.04 (#824)
* Update Ubuntu build. * Add package python-is-python3. * Try installing python3 instead of python. * Replace Ubuntu version with 22.04. * Update macos to 14. * Revert "Update macos to 14."
This commit is contained in:
parent
0407fefafb
commit
1d8278b591
1 changed files with 9 additions and 9 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
target: [aarch64, armhf, i686, riscv64, x86_64]
|
target: [aarch64, armhf, i686, riscv64, x86_64]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ubuntu:20.04
|
image: ubuntu:22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install git
|
- name: Install git
|
||||||
run: |
|
run: |
|
||||||
|
@ -125,7 +125,7 @@ jobs:
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|
||||||
linux-x86_64-debug:
|
linux-x86_64-debug:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -239,7 +239,7 @@ jobs:
|
||||||
target: modduox-static
|
target: modduox-static
|
||||||
- name: moddwarf
|
- name: moddwarf
|
||||||
target: moddwarf
|
target: moddwarf
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -254,7 +254,7 @@ jobs:
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -yqq acl bc curl cvs git mercurial rsync subversion wget bison bzip2 flex gawk gperf gzip help2man nano perl patch tar texinfo unzip automake binutils build-essential cpio libtool libncurses-dev pkg-config python libtool-bin liblo-dev qemu-user-static
|
sudo apt-get install -yqq acl bc curl cvs git mercurial rsync subversion wget bison bzip2 flex gawk gperf gzip help2man nano perl patch tar texinfo unzip automake binutils build-essential cpio libtool libncurses-dev pkg-config python3 libtool-bin liblo-dev qemu-user-static
|
||||||
sudo apt-get install -yqq pandoc texlive-latex-recommended texlive-latex-extra
|
sudo apt-get install -yqq pandoc texlive-latex-recommended texlive-latex-extra
|
||||||
sudo apt-get clean
|
sudo apt-get clean
|
||||||
- name: Bootstrap toolchain
|
- name: Bootstrap toolchain
|
||||||
|
@ -471,7 +471,7 @@ jobs:
|
||||||
Cardinal-*.zip
|
Cardinal-*.zip
|
||||||
|
|
||||||
headless:
|
headless:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -488,7 +488,7 @@ jobs:
|
||||||
make HEADLESS=true -j $(nproc)
|
make HEADLESS=true -j $(nproc)
|
||||||
|
|
||||||
lto:
|
lto:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -505,7 +505,7 @@ jobs:
|
||||||
make WITH_LTO=true -j $(nproc) native
|
make WITH_LTO=true -j $(nproc) native
|
||||||
|
|
||||||
sysdeps:
|
sysdeps:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -521,7 +521,7 @@ jobs:
|
||||||
make SYSDEPS=true -j $(nproc)
|
make SYSDEPS=true -j $(nproc)
|
||||||
|
|
||||||
source-tarball:
|
source-tarball:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -561,7 +561,7 @@ jobs:
|
||||||
/home/runner/*/*/cardinal*.tar.xz
|
/home/runner/*/*/cardinal*.tar.xz
|
||||||
|
|
||||||
plugin-validation:
|
plugin-validation:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue