ci: lnt support #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |