diff options
| author | Stefan Boberg <[email protected]> | 2026-03-27 12:03:02 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-27 12:03:02 +0100 |
| commit | fa3b5090e94ee1386ca6ed6c4ddf886fa46dca54 (patch) | |
| tree | c574405fc12dd2af9fcb02353df10adb29587f6c /thirdparty/cpr/.github/workflows/cppcheck.yml | |
| parent | idle deprovision in hub (#895) (diff) | |
| download | zen-fa3b5090e94ee1386ca6ed6c4ddf886fa46dca54.tar.xz zen-fa3b5090e94ee1386ca6ed6c4ddf886fa46dca54.zip | |
remove CPR HTTP client backend (#894)
CPR is no longer needed now that HttpClient has fully transitioned to raw libcurl. This removes the CPR library, its build integration, implementation files, and all conditional compilation guards, leaving curl as the sole HTTP client backend.
Diffstat (limited to 'thirdparty/cpr/.github/workflows/cppcheck.yml')
| -rw-r--r-- | thirdparty/cpr/.github/workflows/cppcheck.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/thirdparty/cpr/.github/workflows/cppcheck.yml b/thirdparty/cpr/.github/workflows/cppcheck.yml deleted file mode 100644 index 5834f37e6..000000000 --- a/thirdparty/cpr/.github/workflows/cppcheck.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: "Test cppcheck" - -on: [push, pull_request] - -jobs: - cppcheck: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - submodules: true - - name: Update package list - run: sudo apt update - - name: Install cppcheck - run: sudo apt install cppcheck - - name: "[Release g++] Build" - env: - CPR_ENABLE_CPPCHECK: ON - uses: ashutoshvarma/action-cmake-build@master - with: - build-dir: ${{github.workspace}}/build - source-dir: ${{github.workspace}} - cc: gcc - cxx: g++ - build-type: Release - run-test: false
\ No newline at end of file |