Skip to content

Commit

Permalink
circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaele-oplabs committed Jan 31, 2025
1 parent f03c0b5 commit 320a423
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,11 @@ commands:
jobs:
init:
docker:
- image: cimg/rust:1.75
environment:
LIBCLANG_PATH: /usr/lib/llvm-14/lib
executor: default
environment:
CARGO_TERM_COLOR: always
steps:
- checkout
# Install LLVM and Clang
- run:
name: Install LLVM and Clang
command: |
sudo apt-get update
sudo apt-get install -y llvm-14 libclang-14-dev clang-14
- install_rust_toolchain
- install_foundry
- install_just
- run:
name: Generate testdata
command: just testdata
Expand Down

0 comments on commit 320a423

Please sign in to comment.