Skip to content

disable copy compile commands in CI#227

Merged
tzcnt merged 1 commit into
mainfrom
disable_copy_commands_ci
May 16, 2026
Merged

disable copy compile commands in CI#227
tzcnt merged 1 commit into
mainfrom
disable_copy_commands_ci

Conversation

@tzcnt
Copy link
Copy Markdown
Owner

@tzcnt tzcnt commented May 16, 2026

The "copy compile_commands.json" step which is needed for clangd to detect the compilation database when there are multiple build subfolders has been a frequent source of errors in the CI pipeline. I suspect that there is a conflict when multiple parallel builds try to copy this file at the same time. This error does not occur when building locally.

This file is unneeded in CI anyway so just disable this copy.

@tzcnt tzcnt merged commit 3b13e87 into main May 16, 2026
46 checks passed
@tzcnt tzcnt deleted the disable_copy_commands_ci branch May 16, 2026 18:30
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.

1 participant