Skip to content

clang version check: we only support LLVM 22 now - #178

Open
simon-skylabs wants to merge 2 commits into
mainfrom
simon/clang-version-check
Open

simon-skylabs wants to merge 2 commits into
mainfrom
simon/clang-version-check

Conversation

@simon-skylabs

Copy link
Copy Markdown
Contributor

No description provided.

@skylabs-ai-ci

skylabs-ai-ci Bot commented Aug 31, 2026

Copy link
Copy Markdown

CI summary (Details)

Active Repos

Repo Job Branch Job Commit Branch Tip Base branch Base commit PR
./ simon/clang-version-check 5419f72 dc1e916 main fc2860d #178

Passive Repos

Repo Job Branch Job Commit
fmdeps/BRiCk/ main 5c1989e
fmdeps/auto/ main bb92a94
fmdeps/auto-docs/ main 6490c5f
bluerock/NOVA/ skylabs-proof eb2fd0d
bluerock/bhv/ skylabs-main e6646bb
fmdeps/brick-libcpp/ main 4a05f01
fmdeps/ci/ main 6a09c2f
vendored/elpi/ skylabs-master c0b9653
vendored/flocq/ skylabs-master cf9cc84
vendored/rocq/ skylabs-master bef7df5
fmdeps/rocq-agent-toolkit/ main 227bb83
vendored/rocq-elpi/ skylabs-master 7dee592
vendored/rocq-equations/ skylabs-main 9cf8471
vendored/rocq-iris/ skylabs-master a7af9f7
vendored/rocq-lsp/ skylabs-main 64ef78a
vendored/rocq-stdlib/ skylabs-master 00897b3
vendored/rocq-stdpp/ skylabs-master 0c5e505
fmdeps/skylabs-fm/ main c8da9fd
vendored/vsrocq/ skylabs-main ee79e7a

No Changes in Warnings or Errors

Before New Fixed After
Errors 0 0 0 0
Warnings 120 0 0 120
Code quality details

Performance

Relative Master MR Change Filename
-0.00% 194115.6 194115.6 -0.0 total
-0.00% 52862.3 52862.3 -0.0 ├ translation units
+0.00% 141253.3 141253.3 +0.0 └ proofs and tests
Full Results
Relative Master MR Change Filename
-0.00% 194115.6 194115.6 -0.0 total
-0.00% 52862.3 52862.3 -0.0 ├ translation units
+0.00% 141253.3 141253.3 +0.0 └ proofs and tests

Comment thread dev/rules.mk
# Setting up the development environment.

.PHONY: dev-setup
.PHONY: dev-setup dev-setup-full-workspace

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.PHONY: dev-setup dev-setup-full-workspace
.PHONY: dev-setup

Not there.

@rlepigre-skylabs-ai rlepigre-skylabs-ai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know that the problem at hand warrants complicating things with another Makefile target and the associated hack, to be honest. If we're going that direction, it might be better to just set MIN="22.0.0" unconditionally.

Comment thread dev/check_ver/clang.sh
Comment on lines -8 to +15
MIN="18.0.0"
FIRST_UNSUPPORTED="22.0.0"
RECOMMENDED="19.*.*"
FIRST_UNSUPPORTED="23.0.0"
if [[ $# -gt 0 ]] && [[ "$1" -eq "--full-workspace" ]]; then
MIN="22.0.0"
RECOMMENDED="22.*.*"
else
MIN="18.0.0"
RECOMMENDED="19.*.*"
fi

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
MIN="18.0.0"
FIRST_UNSUPPORTED="22.0.0"
RECOMMENDED="19.*.*"
FIRST_UNSUPPORTED="23.0.0"
if [[ $# -gt 0 ]] && [[ "$1" -eq "--full-workspace" ]]; then
MIN="22.0.0"
RECOMMENDED="22.*.*"
else
MIN="18.0.0"
RECOMMENDED="19.*.*"
fi
MIN="19.0.0"
RECOMMENDED="22.*.*"
FIRST_UNSUPPORTED="23.0.0"
if [[ $# -gt 0 ]] && [[ "$1" -eq "--full-workspace" ]]; then
MIN="22.0.0"
fi

pgiarrusso-sl added a commit that referenced this pull request Sep 18, 2026
pgiarrusso-sl added a commit that referenced this pull request Sep 18, 2026
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.

3 participants