Skip to content

Commit

Permalink
rpcdaemon: enable fuzzer build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JacekGlen committed Oct 13, 2023
1 parent f466927 commit dc4c44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ commands:
# chmod +x llvm.sh
# sudo ./llvm.sh <<parameters.compiler_version>> all
# sudo echo -e "\ndeb http://apt.llvm.org/jammy\n" >> /etc/apt/sources.list
sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'
cmake/setup/compiler_install.sh <<parameters.compiler_id>> <<parameters.compiler_version>>
# sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'
sudo cmake/setup/compiler_install.sh <<parameters.compiler_id>> <<parameters.compiler_version>>
- run:
name: "Cmake"
working_directory: ~/build
Expand Down

0 comments on commit dc4c44f

Please sign in to comment.