Skip to content

Commit

Permalink
Update LLVM to b1115f8c (#10)
Browse files Browse the repository at this point in the history
* Update LLVM to b1115f8c

* Update the GCC version
  • Loading branch information
shintaro-iwasaki authored Oct 23, 2023
1 parent 657996f commit 19985b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llvm-project
4 changes: 2 additions & 2 deletions scripts/docker_centos-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM centos:7
RUN yum install -y git make wget python3
# GCC / G++ 8
RUN yum install -y centos-release-scl
RUN yum install -y devtoolset-8-gcc*
SHELL [ "/usr/bin/scl", "enable", "devtoolset-8"]
RUN yum install -y devtoolset-9-gcc*
SHELL [ "/usr/bin/scl", "enable", "devtoolset-9"]

# Use newer CMake for LLVM
RUN cd tmp && wget -q https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-x86_64.tar.gz && tar -xf cmake-3.24.0-linux-x86_64.tar.gz
Expand Down

0 comments on commit 19985b0

Please sign in to comment.