Skip to content

test: add back clang version check for test_hexagon#248

Merged
bhcopeland merged 1 commit intokernelci:masterfrom
roxell:test-fix-clang-version-check
Feb 18, 2026
Merged

test: add back clang version check for test_hexagon#248
bhcopeland merged 1 commit intokernelci:masterfrom
roxell:test-fix-clang-version-check

Conversation

@roxell
Copy link
Copy Markdown
Collaborator

@roxell roxell commented Feb 12, 2026

Older distros like Ubuntu 18.04 and Debian 10 ship clang < 10 that dont have hexagon support. The previous commit removed the version check so the test started failing on those images.

Put the version check inside the skipif decorator instead so we dont crash during test collection when clang is missing.

Fixes: 79df4a9 ("test: fix test collection failure when clang is not installed")

Older distros like Ubuntu 18.04 and Debian 10 ship clang < 10 that
dont have hexagon support. The previous commit removed the version
check so the test started failing on those images.

Put the version check inside the skipif decorator instead so we dont
crash during test collection when clang is missing.

Fixes: 79df4a9 ("test: fix test collection failure when clang is not installed")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
@roxell roxell force-pushed the test-fix-clang-version-check branch from 60a58b5 to 39747f3 Compare February 12, 2026 09:40
@bhcopeland bhcopeland merged commit 893512e into kernelci:master Feb 18, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants