Skip to content

Commit

Permalink
try clang 18
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Sep 9, 2024
1 parent de43399 commit 6de3fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debian.msan-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- image: debian:11
platforms: linux/amd64
branch: 10.11
tag: debian11-msan-clang-19
clang_version: 19
tag: debian11-msan-clang-18
clang_version: 18
nogalera: false

# - image: debian:11
Expand Down
6 changes: 3 additions & 3 deletions ci_build_images/msan.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ENV MSAN_SYMBOLIZER_PATH=/msan-libs/bin/llvm-symbolizer-msan
ENV PATH=$MSAN_LIBDIR/bin:$PATH

#Upgrade CMAKE version
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" | tee /etc/apt/sources.list.d/bullseye-backports.list \
&& apt-get update \
&& apt-get -y install --no-install-recommends -t bullseye-backports cmake=3.25.1-1~bpo11+1
# RUN echo "deb http://deb.debian.org/debian bullseye-backports main" | tee /etc/apt/sources.list.d/bullseye-backports.list \
# && apt-get update \
# && apt-get -y install --no-install-recommends -t bullseye-backports cmake=3.25.1-1~bpo11+1

RUN mkdir $MSAN_LIBDIR \
&& mkdir $MSAN_LIBDIR/bin \
Expand Down

0 comments on commit 6de3fbd

Please sign in to comment.