Skip to content

Commit 03bb7ad

Browse files
committed
Add clang system links
1 parent e5f4e51 commit 03bb7ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
102102
sudo apt-get update
103103
sudo apt-get install sbt clang-8 openjdk-8-jdk
104+
sudo ln -s /usr/lib/llvm-8/bin/clang /usr/bin/clang
105+
sudo ln -s /usr/lib/llvm-8/bin/clang++ /usr/bin/clang++
104106
- sbt_cmd:
105107
scala_version: << parameters.scala_version >>
106108
sbt_tasks: xmlNative/update xmlNative/compile xmlNative/test:compile xmlNative/test xmlNative/doc xmlNative/package

0 commit comments

Comments
 (0)