Skip to content

esp/ci: Update docker images for LLVM 19 release #65

esp/ci: Update docker images for LLVM 19 release

esp/ci: Update docker images for LLVM 19 release #65

name: LLVM Tests
permissions:
contents: read
on:
workflow_dispatch:
push:
ignore-forks: true
branches:
- '**_release_**'
paths:
- 'llvm/**'
- '.github/workflows/esp-llvm-tests.yml'
- '.github/workflows/llvm-project-tests.yml'
pull_request:
ignore-forks: true
branches:
- '**_release_**'
paths:
- 'llvm/**'
- '.github/workflows/esp-llvm-tests.yml'
- '.github/workflows/llvm-project-tests.yml'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
check_all:
if: github.repository_owner == 'espressif'
name: Test llvm,clang
uses: ./.github/workflows/llvm-project-tests.yml
with:
build_target: check-all
projects: clang
check_lld:
if: github.repository_owner == 'espressif'
name: Test lld
uses: ./.github/workflows/llvm-project-tests.yml
with:
build_target: check-lld
projects: lld