Skip to content

Commit

Permalink
gh: debug linux dir info
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 16, 2024
1 parent 331d61d commit 8c5c142
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,25 +115,31 @@ jobs:
run: |
git clone --depth=1 https://github.com/torvalds/linux.git linux
cd linux
make defconfig
bear -- make LLVM=-18 -j $(nproc)
- name: Clone vast benchmark directory
uses: actions/checkout@v4
with:
repository: trailofbits/vast-benchmarks
sparse-checkout: benchmarks/linux_kernel
ref: main
path: .
fetch-depth: 1

- name: Run benchmarks
run: >
python3 benchmarks/linux_kernel/run_vast_benchmark.py
vast-front
linux/compile_commands.json
vast_linux_kernel_mlir_with_unsup/
--num_processes=$(nproc)
--vast_option="-xc"
--vast_option="-vast-emit-mlir=${{ matrix.vast-target }}"
> vast_linux_kernel_times_hl_with_unsup.tsv
# make defconfig
# bear -- make LLVM=-18 -j $(nproc)
- name: Print contents of Linux dir
run: |
ls linux
ls ${PWD/linux
pwd
# - name: Clone vast benchmark directory
# uses: actions/checkout@v4
# with:
# repository: trailofbits/vast-benchmarks
# sparse-checkout: benchmarks/linux_kernel
# ref: main
# path: .
# fetch-depth: 1

# - name: Run benchmarks
# run: >
# python3 benchmarks/linux_kernel/run_vast_benchmark.py
# vast-front
# linux/compile_commands.json
# vast_linux_kernel_mlir_with_unsup/
# --num_processes=$(nproc)
# --vast_option="-xc"
# --vast_option="-vast-emit-mlir=${{ matrix.vast-target }}"
# > vast_linux_kernel_times_hl_with_unsup.tsv

0 comments on commit 8c5c142

Please sign in to comment.