Skip to content

Copy review_status_config instead of creating a symlink#4871

Merged
bruntib merged 1 commit into
Ericsson:masterfrom
barnabasdomozi:review_status_file_fix
Jun 2, 2026
Merged

Copy review_status_config instead of creating a symlink#4871
bruntib merged 1 commit into
Ericsson:masterfrom
barnabasdomozi:review_status_file_fix

Conversation

@barnabasdomozi
Copy link
Copy Markdown
Collaborator

The current implementation creates a symbolic link for review_status_config to the report directory. This causes failures in Bazel and other sandboxed build systems because the symlink points outside the output tree and is treated as a dangling symbolic link during validation. This patch fixes the issue by copying the file instead.

Closes #4863

The current implementation creates a symbolic link for review_status_config
to the report directory. This causes failures in Bazel and other sandboxed
build systems because the symlink points outside the output tree and
is treated as a dangling symbolic link during validation.
This patch fixes the issue by copying the file instead.
@barnabasdomozi barnabasdomozi added this to the release 6.28.1 milestone Jun 2, 2026
@bruntib bruntib merged commit 08363b0 into Ericsson:master Jun 2, 2026
9 checks passed
@barnabasdomozi barnabasdomozi deleted the review_status_file_fix branch June 2, 2026 13:11
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.

CodeChecker breaks sandboxed build when --report-status-config option is used

2 participants