Skip to content

Commit

Permalink
gh: Disable llvm run of sv-comp due to time limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Apr 23, 2024
1 parent 8b5548c commit 2f2fb9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ jobs:
matrix:
llvm-version: [17]
image-version: [22.04]
vast-target: ['hl', 'llvm']
vast-target: ['hl']

runs-on: ubuntu-${{ matrix.image-version }}
timeout-minutes: 720
timeout-minutes: 360
container:
image:
ghcr.io/trailofbits/vast-ubuntu-${{ matrix.image-version }}-llvm-${{ matrix.llvm-version }}-dev:latest
Expand Down Expand Up @@ -267,8 +267,8 @@ jobs:
- name: Generate the results
run: |
python3 sv-bench-patch/make_table.py \
--columns HighLevel,LLVM-IR \
--files results-sv-hl/results.txt,results-sv-llvm/results.txt \
--columns HighLevel \
--files results-sv-hl/results.txt \
--output sv-comp-results
- name: Post results as artifacts
Expand Down

0 comments on commit 2f2fb9d

Please sign in to comment.