Skip to content

Commit f8e950c

Browse files
nnethercoteLegNeato
authored andcommitted
Remove Ubuntu 22.04 CI/Docker infrastructure.
Ubuntu 24.04 is the most recent LTS release and it's 1.5 years old. We definitely don't need 22.04 around.
1 parent 9bc2a74 commit f8e950c

File tree

3 files changed

+0
-106
lines changed

3 files changed

+0
-106
lines changed

.github/workflows/ci_linux.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
variance:
31-
- name: Ubuntu-22.04 / CUDA-12.8.1 / x86_64
32-
image: "ghcr.io/rust-gpu/rust-cuda-ubuntu22-cuda12:latest"
33-
runner: ubuntu-latest
34-
- name: Ubuntu-22.04 / CUDA-12.8.1 / ARM64
35-
image: "ghcr.io/rust-gpu/rust-cuda-ubuntu22-cuda12:latest"
36-
runner: ubuntu-22.04-arm
3731
- name: Ubuntu-24.04 / CUDA-12.8.1 / x86_64
3832
image: "ghcr.io/rust-gpu/rust-cuda-ubuntu24-cuda12:latest"
3933
runner: ubuntu-latest
@@ -229,12 +223,6 @@ jobs:
229223
matrix:
230224
variance:
231225
# Must match the build job's matrix definition
232-
- name: Ubuntu-22.04 / CUDA-12.8.1 / x86_64
233-
image: "ghcr.io/rust-gpu/rust-cuda-ubuntu22-cuda12:latest"
234-
runner: ubuntu-latest
235-
- name: Ubuntu-22.04 / CUDA-12.8.1 / ARM64
236-
image: "ghcr.io/rust-gpu/rust-cuda-ubuntu22-cuda12:latest"
237-
runner: ubuntu-22.04-arm
238226
- name: Ubuntu-24.04 / CUDA-12.8.1 / x86_64
239227
image: "ghcr.io/rust-gpu/rust-cuda-ubuntu24-cuda12:latest"
240228
runner: ubuntu-latest

.github/workflows/container_images.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
- runner: ubuntu-24.04-arm
3131
arch: arm64
3232
variance:
33-
- name: Ubuntu-22.04/CUDA-12.8.1
34-
image: "rust-gpu/rust-cuda-ubuntu22-cuda12"
35-
dockerfile: ./container/ubuntu22-cuda12/Dockerfile
3633
- name: Ubuntu-24.04/CUDA-12.8.1
3734
image: "rust-gpu/rust-cuda-ubuntu24-cuda12"
3835
dockerfile: ./container/ubuntu24-cuda12/Dockerfile
@@ -154,8 +151,6 @@ jobs:
154151
fail-fast: false
155152
matrix:
156153
variance:
157-
- name: Ubuntu-22.04/CUDA-12.8.1
158-
image: "rust-gpu/rust-cuda-ubuntu22-cuda12"
159154
- name: Ubuntu-24.04/CUDA-12.8.1
160155
image: "rust-gpu/rust-cuda-ubuntu24-cuda12"
161156
- name: RockyLinux-9/CUDA-12.8.1

container/ubuntu22-cuda12/Dockerfile

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)