Skip to content

Commit b8634ec

Browse files
committed
ci: Switch to new Linux docker image
Switch to the new Linux docker image with Vulkan headers from scp-fs2open/docker-images#7, for all github builds.
1 parent 566d8f3 commit b8634ec

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
arch: arm64
2222
name: Linux
2323
runs-on: ${{ matrix.os }}
24-
container: ghcr.io/scp-fs2open/linux_build:sha-1ff82e8
24+
container: ghcr.io/scp-fs2open/linux_build:sha-71099c9
2525
steps:
2626
- uses: actions/checkout@v1
2727
name: Checkout

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Linux
5151
needs: create_release # Don't run this job until create_release is done and successful
5252
runs-on: ${{ matrix.os }}
53-
container: ghcr.io/scp-fs2open/linux_build:sha-1ff82e8
53+
container: ghcr.io/scp-fs2open/linux_build:sha-71099c9
5454
steps:
5555
- uses: actions/checkout@v1
5656
# checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it.

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
configuration: [FastDebug, Release]
1616
name: Linux
1717
runs-on: ubuntu-latest
18-
container: ghcr.io/scp-fs2open/linux_build:sha-1ff82e8
18+
container: ghcr.io/scp-fs2open/linux_build:sha-71099c9
1919
steps:
2020
- uses: actions/checkout@v1
2121
name: Checkout

.github/workflows/cache-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cmake_options: -DFSO_BUILD_WITH_OPENGL=OFF -DFSO_BUILD_WITH_VULKAN=OFF
2626
name: Linux
2727
runs-on: ubuntu-latest
28-
container: ghcr.io/scp-fs2open/linux_build:sha-1ff82e8
28+
container: ghcr.io/scp-fs2open/linux_build:sha-71099c9
2929
steps:
3030
- uses: actions/checkout@v1
3131
name: Checkout

.github/workflows/test-pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cmake_options: -DFSO_BUILD_WITH_OPENGL=OFF -DFSO_BUILD_WITH_VULKAN=OFF
2323
name: Linux
2424
runs-on: ubuntu-latest
25-
container: ghcr.io/scp-fs2open/linux_build:sha-1ff82e8
25+
container: ghcr.io/scp-fs2open/linux_build:sha-71099c9
2626
steps:
2727
- uses: actions/checkout@v1
2828
name: Checkout

.github/workflows/weekly-coverity-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Build FSO With Coverity Wrapper
2121
if: github.repository == 'scp-fs2open/fs2open.github.com'
2222
runs-on: ${{ matrix.config.os }}
23-
container: ghcr.io/scp-fs2open/linux_build:sha-1ff82e8
23+
container: ghcr.io/scp-fs2open/linux_build:sha-71099c9
2424
strategy:
2525
fail-fast: false
2626
matrix:

0 commit comments

Comments
 (0)