Skip to content
Snippets Groups Projects
Commit c1b22724 authored by VitaliyaIoffe's avatar VitaliyaIoffe Committed by Kirill Yukhin
Browse files

github-ci: delete option in Odroid debug workflow

There was a build problem with CMAKE_BUILD_TYPE=Debug build on ARM64. It
 was fixed in 224cb68c (build: fix
 build on Linux ARM64 with CMAKE_BUILD_TYPE=Debug), before this fix
 '-DCMAKE_C_FLAGS="-Wno-type-limits "' was used to avoid the issue,
 implemented by 72c77166 (github-ci:
 add GitHub Actions workflow for Odroid).

Follow-up #6143
parent a86f5963
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,6 @@ jobs:
- name: test
env:
CMAKE_BUILD_TYPE: Debug
# FIXME: disabled '-Wtype-limits' flag till #6143 is fixed.
CMAKE_EXTRA_PARAMS: '-DCMAKE_C_FLAGS="-Wno-type-limits "'
run: ${CI_MAKE} test_odroid_arm64
- name: call action to send Telegram message on failure
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment