From 8c5c142859fafa240460e79e83f83d36410f7f94 Mon Sep 17 00:00:00 2001 From: Brent Pappas Date: Tue, 16 Jul 2024 09:04:10 -0400 Subject: [PATCH] gh: debug linux dir info --- .github/workflows/temp.yml | 50 +++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index 55db58b524..3f69289019 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -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