mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 08:52:36 +00:00
fix: build linux with glibc 2.39 and QT 6.4
- build linux binaries in noble container
This commit is contained in:
parent
8b7eed3ffc
commit
76352e2822
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@ -276,6 +276,12 @@ jobs:
|
|||||||
linux-sdl:
|
linux-sdl:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs: get-info
|
needs: get-info
|
||||||
|
container:
|
||||||
|
image: ubuntu:noble
|
||||||
|
volumes:
|
||||||
|
- /proc:/proc
|
||||||
|
- /:/run/host
|
||||||
|
options: --privileged -it
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -332,6 +338,12 @@ jobs:
|
|||||||
linux-qt:
|
linux-qt:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs: get-info
|
needs: get-info
|
||||||
|
container:
|
||||||
|
image: ubuntu:noble
|
||||||
|
volumes:
|
||||||
|
- /proc:/proc
|
||||||
|
- /:/run/host
|
||||||
|
options: --privileged -it
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -379,6 +391,12 @@ jobs:
|
|||||||
linux-sdl-gcc:
|
linux-sdl-gcc:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs: get-info
|
needs: get-info
|
||||||
|
container:
|
||||||
|
image: ubuntu:noble
|
||||||
|
volumes:
|
||||||
|
- /proc:/proc
|
||||||
|
- /:/run/host
|
||||||
|
options: --privileged -it
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -415,6 +433,12 @@ jobs:
|
|||||||
linux-qt-gcc:
|
linux-qt-gcc:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs: get-info
|
needs: get-info
|
||||||
|
container:
|
||||||
|
image: ubuntu:noble
|
||||||
|
volumes:
|
||||||
|
- /proc:/proc
|
||||||
|
- /:/run/host
|
||||||
|
options: --privileged -it
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user