From 10d3b496c92a28f935f71c08d26a67692f4c4038 Mon Sep 17 00:00:00 2001 From: Brent Pappas Date: Wed, 7 Aug 2024 12:12:34 -0400 Subject: [PATCH] gh: Temporary commit for testing. --- .github/workflows/prerelease.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 7de4e7e664..2154fd7e4f 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -9,12 +9,7 @@ name: "Pre Release" on: - workflow_run: - workflows: ["Build"] - types: - - completed - branches: - - "master" + push permissions: write-all @@ -30,7 +25,7 @@ jobs: name: "Pre Release" runs-on: ubuntu-${{ matrix.image-version }} - if: ${{ github.event.workflow_run.conclusion == 'success' }} + if: ${{ always() }} timeout-minutes: 60 container: image: @@ -319,6 +314,7 @@ jobs: disable-unsup: [true, false] runs-on: ubuntu-${{ matrix.image-version }} + if: ${{ always() }} timeout-minutes: 360 container: image: @@ -347,7 +343,8 @@ jobs: run: | git clone --depth=1 https://github.com/torvalds/linux.git linux cd linux - make defconfig + make defconfig LLVM=-${{ matrix.llvm-version }} + make prepare LLVM=-${{ matrix.llvm-version }} make LLVM=-${{ matrix.llvm-version }} -j $(nproc) python3 ./scripts/clang-tools/gen_compile_commands.py cd ../ @@ -357,7 +354,7 @@ jobs: with: repository: trailofbits/vast-benchmarks sparse-checkout: benchmarks/linux_kernel - ref: main + ref: bench-linux-change-argument-handling path: vast-benchmarks/ fetch-depth: 1 @@ -395,6 +392,7 @@ jobs: matrix: image-version: [22.04] runs-on: ubuntu-${{ matrix.image-version }} + if: ${{ always() }} steps: - name: Fetch result artifacts uses: actions/download-artifact@v4 @@ -436,6 +434,7 @@ jobs: image-version: [22.04] name: "Build VAST doc" runs-on: ubuntu-${{ matrix.image-version }} + if: ${{ always() }} needs: [eval_llvm_ts, eval_svcomp, convert_linux_kernel_bench] timeout-minutes: 60 container: