Skip to content

Commit

Permalink
ci: lnt support
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 29, 2025
1 parent 8a28c66 commit 447f10b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions .github/workflows/lnt-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: LNT benchmarks

on:
pull_request:

concurrency:
group: ${{ github.repository_id }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:

lnt-benchmarks:
uses: matter-labs/era-compiler-ci/.github/workflows/lnt.yml@aba-lnt-support
secrets: inherit
with:
compiler_tester_branch: "aba-lnt-support"
compiler_llvm_branch: ${{ github.head_ref }}
ccache-key-type: 'static' # rotate ccache key every month
compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }} # required to properly test forks

0 comments on commit 447f10b

Please sign in to comment.