fix(ci): reuse Clang build for clang-tidy - #10696
Conversation
There was a problem hiding this comment.
馃挕 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d749939a75
鈩癸笍 About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 馃憤.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Artifact containing the AppImage: nextcloud-appimage-pr-10696.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
Export compile commands from the existing Linux Clang build, then run the changed-line clang-tidy analysis after its test suite. Remove the standalone workflow that rebuilt the same source tree. Signed-off-by: Rello <github@scherello.de> Assisted-by: Codex:GPT-5
d749939 to
eb62a20
Compare
|
|
/backport to stable-34.0 |
|
The backport to # Switch to the target branch and update it
git checkout stable-34.0
git pull origin stable-34.0
# Create the new backport branch
git checkout -b backport/10696/stable-34.0
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick eb62a20a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/10696/stable-34.0Error: Failed to check for changes with origin/stable-34.0: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |



Export compile commands from the existing Linux Clang build, then run the changed-line clang-tidy analysis after its test suite. Remove the standalone workflow that rebuilt the same source tree.
Estimated saving: about 12 minutes and one job per update.
Assisted-by: Codex:GPT-5