Skip to content

Commit e6a4282

Browse files
Force clang
1 parent 740ac18 commit e6a4282

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,7 @@ jobs:
5353
echo "Building runtimes: ${linux_runtimes}"
5454
echo "Running runtimes checks targets: ${linux_runtime_check_targets}"
5555
56+
export CC=/opt/llvm/bin/clang
57+
export CXX=/opt/llvm/bin/clang++
58+
5659
./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"

0 commit comments

Comments
 (0)