Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] fix failing CI integrations #1175

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

art-divin
Copy link
Collaborator

Context

Step validate_docs in Rakefile fails consistently, and only sometimes locally.

The reason is the following error when running sourcekitten doc --spm --module-name SourceryRuntime > docs.json command:

 [1/1] Compiling plugin SourceryCommandPlugin
 Building for debugging...
 error: command /Users/art-divin/Documents/Projects/Sourcery/.build/arm64-apple-macosx/debug/Sourcery_SourceryJS.bundle/ejs.js not registered
 [1/12] Copying ejs.js
 [1/12] Compiling scanner.c
 ...

Seems like for some reason, swift compiler fails to compile from within sourcekitten tool, but I was only able to reproduce it locally 2 out of dozens of times running this command differently - directly or via rake.

At the moment, it is best to disable this verification, because unit tests are not being executed and thus regressions could be introduced.

@art-divin art-divin merged commit 57ba785 into krzysztofzablocki:master Jul 3, 2023
@art-divin art-divin self-assigned this Jul 23, 2023
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