Skip to content

Commit

Permalink
downgrade ubuntu version for building clang
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Sep 6, 2024
1 parent 8f890e5 commit 8eb189b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions clang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Make sure this image has a glibc version > 2.35, so we avoid this issue:
# <https://github.com/llvm/llvm-project/issues/64512>
FROM ubuntu:23.04 as base_image
FROM ubuntu:22.04 as base_image

# Tools needed to install bootsrap clang.
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 8eb189b

Please sign in to comment.