ci: Move clang build analyzer to nightly (#2074)

This commit is contained in:
Ayaz Salikhov
2025-05-02 13:50:02 +01:00
committed by GitHub
parent f2384a47f1
commit 5d2c2a8bfc
4 changed files with 33 additions and 36 deletions

View File

@@ -60,38 +60,6 @@ jobs:
sanitizer: "false"
analyze_build_time: false
analyze_build_time:
name: Analyze Build Time
strategy:
fail-fast: false
matrix:
include:
# TODO: Enable when we have at least ubuntu 22.04
# as ClangBuildAnalyzer requires relatively modern glibc
#
# - os: heavy
# conan_profile: clang
# container: '{ "image": "ghcr.io/xrplf/clio-ci:latest" }'
# static: true
- os: macos15
conan_profile: default_apple_clang
container: ""
static: false
uses: ./.github/workflows/build_impl.yml
with:
runs_on: ${{ matrix.os }}
container: ${{ matrix.container }}
conan_profile: ${{ matrix.conan_profile }}
build_type: Release
disable_cache: true
code_coverage: false
static: ${{ matrix.static }}
upload_clio_server: false
targets: all
sanitizer: "false"
analyze_build_time: true
check_config:
name: Check Config Description
needs: build-and-test