Skip to content

Commit

Permalink
gh: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 16, 2024
1 parent 8c5c142 commit 48b4f4a
Showing 1 changed file with 5 additions and 27 deletions.
32 changes: 5 additions & 27 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,31 +115,9 @@ jobs:
run: |
git clone --depth=1 https://github.com/torvalds/linux.git linux
cd linux
# 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
- name: Print contents of Linux dir
run: |
ls linux
ls ${PWD/linux
pwd

0 comments on commit 48b4f4a

Please sign in to comment.