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

docs: improve build speed of codeql #769

Merged
merged 5 commits into from
Aug 10, 2023
Merged

Conversation

braindigitalis
Copy link
Contributor

@braindigitalis braindigitalis commented Aug 10, 2023

Improved codeql speed, remove autobuild

Tested four different approaches to compiling D++ for analysis by codeql:

  • CodeQL Autobuild (default): 1 hour, 11 mins, 30 secs
  • ninja Build: 45 mins (including 1 minute apt install step to install ninja-build)
  • make -j4: 41 mins, 1 sec
  • make -j2: 30 mins 30 secs

I selected make -j2, this should ensure that codeql completes in under an hour including its analysis step and is a bit more tolerable.

@netlify
Copy link

netlify bot commented Aug 10, 2023

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit 16e8284
🔍 Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/64d43d5545970a00089ed231
😎 Deploy Preview https://deploy-preview-769--dpp-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@braindigitalis braindigitalis merged commit 282c0e0 into dev Aug 10, 2023
11 of 12 checks passed
@braindigitalis braindigitalis deleted the braindigitalis-faster-codeql branch August 10, 2023 01:34
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.

2 participants