Skip to content

Commit

Permalink
Temporarily remove compiler defs from build action
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Oct 24, 2024
1 parent e0a0749 commit 7573a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/do_build_ock/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ runs:
-DCA_CL_DISABLE_UNITCL_VECZ_CHECKS=${{ inputs.disable_unitcl_vecz_checks }}
-DCA_GTEST_LAUNCHER="${{ inputs.gtest_launcher }}"
-DCA_BUILD_32_BITS=${{ inputs.build_32_bit }}
-DCMAKE_C_COMPILER=${{ inputs.c_compiler }}
-DCMAKE_CXX_COMPILER=${{ inputs.cxx_compiler }}
-DCMAKE_TOOLCHAIN_FILE=${{ inputs.toolchain_file }}
-DCMAKE_CROSSCOMPILING=${{ inputs.cross_compiling }}
${{ inputs.extra_flags }}
.
# -DCMAKE_C_COMPILER=${{ inputs.c_compiler }}
# -DCMAKE_CXX_COMPILER=${{ inputs.cxx_compiler }}
- name: build_ock
shell: ${{ inputs.shell_to_use }}
run:
Expand Down

0 comments on commit 7573a1b

Please sign in to comment.