Skip to content

fix: simplify ninja CI #1161

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
merged 1 commit into from
Jun 23, 2025
Merged

fix: simplify ninja CI #1161

merged 1 commit into from
Jun 23, 2025

Conversation

mraszyk
Copy link
Contributor

@mraszyk mraszyk commented Jun 7, 2025

This PR simplifies RUST_LOG=trace dfx start --background --verbose to dfx start --background because verbose output is actually not needed. What is needed is to run dfx start --background in the same step as dfx deploy (otherwise, the background process is terminated when the step that spawned it finishes before dfx deploy has completed).

@mraszyk mraszyk marked this pull request as ready for review June 7, 2025 06:55
@mraszyk mraszyk requested a review from a team as a code owner June 7, 2025 06:55
@raymondk raymondk merged commit 942a7b0 into master Jun 23, 2025
27 checks passed
@raymondk raymondk deleted the mraszyk/ninja-pr-checks branch June 23, 2025 17:12
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.

None yet

3 participants