Skip to content

Commit a303cc2

Browse files
lisanna-dettwylerJemale
authored andcommitted
[CI] Add build for Ubuntu 22.04 (oneapi-src#138)
Signed-off-by: Lisanna Dettwyler <[email protected]>
1 parent 0965a76 commit a303cc2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/docker/build-ubuntu.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ FROM base AS branch-version-focal_20_04
1818
RUN echo "this is the stage that sets VAR=FALSE"
1919
ENV VAR=FALSE
2020

21+
FROM base AS branch-version-22.04
22+
2123
FROM branch-version-${IMAGE_VERSION} AS final
2224
RUN echo "Eoan is requested is equal to ${VAR}"
2325

2426
RUN apt-get update && apt-get install -y \
2527
build-essential \
2628
ccache \
27-
clang-format-7 \
28-
clang-tidy \
2929
cmake \
3030
curl \
3131
git \

.github/workflows/ci-internal.yml

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
BUILD_PLATFORM_VERSION: ubuntu_20
5050
DISTRO: ubuntu
5151
BUILD_IMAGE_DOCKERFILE_IMAGE_VERSION: focal_20_04
52+
- BUILD_PLATFORM: ubuntu-22.04
53+
BUILD_PLATFORM_VERSION: ubuntu_22_04
54+
DISTRO: ubuntu
55+
BUILD_IMAGE_DOCKERFILE_IMAGE_VERSION: 22.04
5256
- BUILD_PLATFORM: ubuntu_arm64
5357
BUILD_PLATFORM_VERSION: ubuntu_arm64
5458
DISTRO: ubuntu_arm64

0 commit comments

Comments
 (0)