We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f4e51 commit 03bb7adCopy full SHA for 03bb7ad
.circleci/config.yml
@@ -101,6 +101,8 @@ jobs:
101
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
102
sudo apt-get update
103
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++
106
- sbt_cmd:
107
scala_version: << parameters.scala_version >>
108
sbt_tasks: xmlNative/update xmlNative/compile xmlNative/test:compile xmlNative/test xmlNative/doc xmlNative/package
0 commit comments