-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fud2] Unique fud2 directories and version gating
ninja --quiet
(#2092
) * attempt to create a unique directory for each fud2 execution * version checking for --quiet * trigger CI again * Use a stable directory name when `--keep` * Remove an unnecessary `into` Now that we are cloning the working directory anyway. * Factor out ninja_supports_quiet --------- Co-authored-by: Adrian Sampson <[email protected]>
- Loading branch information
1 parent
898bb56
commit b62942e
Showing
5 changed files
with
50 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 |
---|---|---|
|
@@ -22,3 +22,4 @@ env_logger.workspace = true | |
rhai = "1.18.0" | ||
once_cell = "1.19.0" | ||
ariadne = "0.4.1" | ||
rand = "0.8.5" |
This file contains 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 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 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