Skip to content

Commit

Permalink
Add clang to the main Ubuntu 22.04 machine (#130)
Browse files Browse the repository at this point in the history
This commit adds clang to the main Ubuntu 22.04 machine as an optional
compiler; with that, the dedicated Ubuntu 22.04 clang machine becomes
obsolete.
  • Loading branch information
stephenswat authored Dec 6, 2024
1 parent bc0f3ff commit 1ceefef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- ubuntu2204
- ubuntu2204_cuda
- ubuntu2204_cuda_oneapi
- ubuntu2204_clang
- ubuntu2204_rocm_clang
- ubuntu2204_rocm_clang_cxx20
- ubuntu2404
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN apt-get update -y \
ccache \
libsqlite3-dev \
time \
clang \
&& apt-get clean -y

# manual builds for hep-specific packages
Expand All @@ -69,3 +70,6 @@ RUN git clone https://github.com/microsoft/onnxruntime src \
--allow_running_as_root \
&& cmake --build build/MinSizeRel -- install \
&& rm -rf build src

ENV CC gcc
ENV CXX g++

0 comments on commit 1ceefef

Please sign in to comment.