Skip to content

Commit

Permalink
Update LLVM_VERSION_MAJOR to 17
Browse files Browse the repository at this point in the history
This change is to restore GitHub testing, which broke when cl/591885546 was submitted.

GitHub testing: #85

PiperOrigin-RevId: 592229591
  • Loading branch information
rwgk committed Dec 19, 2023
1 parent c9cda05 commit 02843bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG UBUNTU_VERSION=20.04

FROM ubuntu:${UBUNTU_VERSION}

ARG LLVM_VERSION_MAJOR=11
ARG LLVM_VERSION_MAJOR=17
ARG ABSL_VERSION=20230125.1
ARG PROTOBUF_VERSION=22.0
ARG PYTHON_VERSION=3.10
Expand Down
2 changes: 1 addition & 1 deletion clif/cmake/modules/CLIFUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include(FindPkgConfig)

find_package(absl REQUIRED)
find_package(Clang REQUIRED)
find_package(LLVM 11.1.0 REQUIRED)
find_package(LLVM 17.0.6 REQUIRED)
find_package(GTest REQUIRED)
find_package(protobuf REQUIRED)

Expand Down

0 comments on commit 02843bb

Please sign in to comment.