Skip to content

Commit e09a9e4

Browse files
committed
AZP/RELEASE: Add Ubuntu 22.04
1 parent 0e6ef8e commit e09a9e4

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

buildlib/az-distro-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
ubuntu20_cuda11:
3232
build_container: ubuntu20_cuda11
3333
artifact_name: $(POSTFIX)-ubuntu20.04-mofed5-cuda11.deb
34+
ubuntu22_cuda11:
35+
build_container: ubuntu22_cuda11
36+
artifact_name: $(POSTFIX)-ubuntu22.04-mofed5-cuda11.deb
3437

3538
container: $[ variables['build_container'] ]
3639

buildlib/azure-pipelines-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ resources:
2525
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu18.04-mofed5-cuda11:3
2626
- container: ubuntu20_cuda11
2727
image: rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu20.04-mofed5-cuda11:3
28+
- container: ubuntu22_cuda11
29+
image: rdmz-harbor.rdmz.labs.mlnx/ucx/x86_64/ubuntu22.04-mofed5-cuda11:3
2830

2931
stages:
3032
- stage: Prepare

buildlib/dockers/docker-compose.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3"
1+
version: "3.4"
22

33
services:
44
centos7-mofed5-cuda11:
@@ -64,3 +64,13 @@ services:
6464
MOFED_VERSION: 5.0-1.0.0.0
6565
UBUNTU_VERSION: 20.04
6666
CUDA_VERSION: 11.4.0
67+
ubuntu22.04-mofed5-cuda11:
68+
image: ubuntu22.04-mofed5-cuda11:3
69+
build:
70+
context: .
71+
network: host
72+
dockerfile: ubuntu-release.Dockerfile
73+
args:
74+
MOFED_VERSION: 5.4-3.6.8.1
75+
UBUNTU_VERSION: 22.04
76+
CUDA_VERSION: 11.7.0

buildlib/dockers/ubuntu-release.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt-get update && \
1919
udev \
2020
wget \
2121
environment-modules \
22+
pkg-config \
2223
&& apt-get remove -y openjdk-11-* || apt-get autoremove -y \
2324
&& apt-get clean && rm -rf /var/lib/apt/lists/*
2425

0 commit comments

Comments
 (0)