Skip to content

Commit

Permalink
Add clang system links
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 29, 2021
1 parent e5f4e51 commit 03bb7ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
sudo apt-get update
sudo apt-get install sbt clang-8 openjdk-8-jdk
sudo ln -s /usr/lib/llvm-8/bin/clang /usr/bin/clang
sudo ln -s /usr/lib/llvm-8/bin/clang++ /usr/bin/clang++
- sbt_cmd:
scala_version: << parameters.scala_version >>
sbt_tasks: xmlNative/update xmlNative/compile xmlNative/test:compile xmlNative/test xmlNative/doc xmlNative/package
Expand Down

0 comments on commit 03bb7ad

Please sign in to comment.