Skip to content

From RSC: SYCL compiler update + Update w.r.t. spack@develop-2024-01-12 #3625

From RSC: SYCL compiler update + Update w.r.t. spack@develop-2024-01-12

From RSC: SYCL compiler update + Update w.r.t. spack@develop-2024-01-12 #3625

on: push
name: Code Checks (run on all branches)
jobs:
staticAnalysis:
name: Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/static-analysis
abiDiff:
name: ABI Compatibility Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/abi-compat
- uses: actions/upload-artifact@v4
with:
name: ABI Compatibility Report
path: compat_reports/umpire/3.0.0_to_4.0.0/compat_report.html