Skip to content

Commit

Permalink
gh: don't clean on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 16, 2024
1 parent 053d7c0 commit e365d51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,15 @@ jobs:
repository: trailofbits/vast-benchmarks
sparse-checkout: benchmarks/linux_kernel
ref: main
path: torvalds/
path: .
clean: false
fetch-depth: 1

- name: Run benchmarks
run: >
python3 ${PWD}/benchmarks/linux_kernel/run_vast_benchmark.py
vast-front
${PWD}/torvalds/linux/compile_commands.json
${PWD}/linux/compile_commands.json
${PWD}/vast_linux_kernel_mlir_with_unsup/
--num_processes=$(nproc)
--vast_option="-xc"
Expand Down

0 comments on commit e365d51

Please sign in to comment.