-
Notifications
You must be signed in to change notification settings - Fork 4
ci: prepare CI for asynchronous support #311
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
Merged
Daan Timmer (daantimmer)
merged 32 commits into
main
from
feature/prepare-ci-jobs-for-synchronous-and-asynchronous-support
Mar 19, 2026
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7666570
ci: prepare CI for asynchronous support
daantimmer 5fe4c9b
move ccache/sccache to CMakeLists.txt
daantimmer 9132c9c
fix: update artifact path for host build test
daantimmer 5fff834
add configuration to host-single-Debug-synchronous testPreset
daantimmer 391bb95
remove fail-fast from host_build
daantimmer e303c78
remove fail-fast from host_build
daantimmer 3cfd783
Apply suggestions from code review
daantimmer 96105e6
Enhance CMake configuration for cache support in standalone mode
daantimmer 9137726
prefer sscache over ccache when both are available
daantimmer b6e7ba7
use sccache for windows ccache for macos and ubuntu
daantimmer 6ebabce
only use ccache when available
daantimmer 32a81ff
Add Ninja generator to host single configurations for synchronous builds
daantimmer f3dadc0
Refactor CI configuration to unify ccache usage across OS targets
daantimmer 829d95b
Add MSVC setup step for Windows builds in CI workflow
daantimmer 747ed32
Enhance CI configuration to support synchronous builds for Linux, Win…
daantimmer ab3d179
Add MSBuild step for Windows and rename Linux presets to Ubuntu
daantimmer 5805539
Potential fix for pull request finding
daantimmer 82c0b5f
Add Windows MSVC toolchain file and update Windows debug preset confi…
daantimmer 51ea251
Add WSL and VSWhere toolchain files for enhanced CI support
daantimmer 4facde8
Add Windows.Kits.cmake for Windows SDK integration in CI
daantimmer 10bc5a7
Improve ccache message to include the full path of the ccache executable
daantimmer cbc2807
Refactor CI configuration to remove Windows MSBuild step and update C…
daantimmer b9ab73e
Add support for sccache in CI configuration for MSVC builds
daantimmer 547202f
Remove JSON linter from enabled checks in mega-linter configuration
daantimmer f23b282
Remove sccache configuration from Windows Debug synchronous preset
daantimmer be6ad7a
Add conditional ccache configuration for Windows and non-Windows jobs
daantimmer 70fd64a
Refactor CMake configuration to unify ccache and sccache handling for…
daantimmer cf81b18
Add support for /FS option in MSVC builds for improved file system pe…
daantimmer bc971a7
Set MSVC debug information format and update CMake policy for better …
daantimmer 0151cee
Remove conditional compiler launcher configuration and set ccache as …
daantimmer 6dd5d94
Simplify ccache configuration by removing OS-specific conditions in C…
daantimmer 7c44a6a
Update ccache key to include target matrix for better cache management
daantimmer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ ENABLE: | |
| - ACTION | ||
| - CPP | ||
| - DOCKERFILE | ||
| - JSON | ||
| - MARKDOWN | ||
| - REPOSITORY | ||
| - SPELL | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.