Skip to content

Commit ab5fb50

Browse files
committed
Testing more changes for ci
1 parent c0f073d commit ab5fb50

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88

99
env:
1010
BUILD_TYPE: Release
11-
CC: clang
12-
CXX: clang++
1311

1412
jobs:
1513
build:
@@ -55,6 +53,7 @@ jobs:
5553
uses: KyleMayes/install-llvm-action@v2
5654
with:
5755
version: "21"
56+
env: true
5857

5958
- name: Install CMake & Ninja
6059
uses: lukka/get-cmake@latest

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ configure_file(
6464
include_directories(${SRC_DIR})
6565
include_directories(${LIB_DIR})
6666

67-
# Look for local dependencies
68-
if (EXISTS "${LLVM_DIR}" AND IS_DIRECTORY "${LLVM_DIR}") # Prefer local LLVM installation
69-
message(STATUS "Found local installation of LLVM and Clang")
70-
set(LLVM_DIR ./llvm/build-release/lib/cmake/llvm)
71-
set(Clang_DIR ./llvm/build-release/lib/cmake/clang)
72-
endif ()
73-
7467
# LLVM configuration
7568
find_package(LLVM CONFIG REQUIRED)
7669

0 commit comments

Comments
 (0)