Skip to content

Commit

Permalink
trim
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Apr 25, 2024
1 parent b5ee304 commit 1b2e40a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codechecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Generate compile_commands.json
run: opam exec -- dune rules | opam exec -- dune-compiledb

- name: Trim dune cache
run: dune cache trim --size=2GiB

- name: Fixup paths
run: |
sed -e 's/"directory".*/"directory": ".",/' <compile_commands.json >cmds.json
Expand Down

0 comments on commit 1b2e40a

Please sign in to comment.