We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740ac18 commit e6a4282Copy full SHA for e6a4282
.github/workflows/premerge.yaml
@@ -53,4 +53,7 @@ jobs:
53
echo "Building runtimes: ${linux_runtimes}"
54
echo "Running runtimes checks targets: ${linux_runtime_check_targets}"
55
56
+ export CC=/opt/llvm/bin/clang
57
+ export CXX=/opt/llvm/bin/clang++
58
+
59
./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
0 commit comments