From 9ec22a68bac948675451be5179abd0d45a8ea9b4 Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Sat, 15 Jan 2022 16:12:40 +0100 Subject: [PATCH] CI: raspberry pi, disabled clang-tidy, raised jobs to 3 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 147bee4a..77d852d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,10 +184,10 @@ jobs: arch: "" toolset: "" target: all - jobs: 2 + jobs: 3 build_type: Release build_deb: true - defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT" + defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT -DDISABLE_CLANG_TIDY" ccov: false - name: "raspberrypios_10_arm64" @@ -196,10 +196,10 @@ jobs: arch: "" toolset: "" target: all - jobs: 2 + jobs: 3 build_type: Release build_deb: true - defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT" + defines: "-DDEBIAN_PACKAGE_VERSION_EXTRA=~raspberrypios~buster~$CI_REF_NAME_SLUG~${{github.run_number}}~$CI_SHA_SHORT -DDISABLE_CLANG_TIDY" ccov: false steps: