Suppress RandomX strict-overflow warnings in GCC compile and LTO link phases

This commit is contained in:
Matt Hess
2026-02-19 13:47:53 +00:00
parent 289bcc2d03
commit de76c93b67
4 changed files with 4 additions and 30 deletions

View File

@@ -14,17 +14,7 @@ on:
workflow_dispatch:
jobs:
clang-tidy:
uses: ./.github/workflows/clang-tidy.yml
cppcheck:
uses: ./.github/workflows/cppcheck.yml
c-cpp-ci:
uses: ./.github/workflows/c-cpp.yml
sync-test-macos:
needs: [clang-tidy, cppcheck, c-cpp-ci]
timeout-minutes: 120
runs-on: ${{ matrix.config.os }}