chore(ci): increase build timeout and disable audit for cross builds#1350
Conversation
WalkthroughThis pull request updates the build process configuration in the Changes
Sequence Diagram(s)sequenceDiagram
participant Runner as GitHub Runner
participant Build as Build Release Binaries Step
participant Audit as Audit Tree and Feedback Step
Runner->>Build: Start build process (timeout: 60 mins)
Build-->>Runner: Build process completed
alt If !matrix.builds.cross is true
Runner->>Audit: Execute audit step
else
Note over Runner,Audit: Skip audit step
end
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Test Results (CI)656 tests ±0 656 ✅ ±0 30m 24s ⏱️ -50s For more details on these parsing errors, see this check. Results for commit a0260d7. ± Comparison against base commit c3f8df7. |
9772182
into
tari-project:development
Description
Increase build timeout
Disable audit for cross builds
Motivation and Context
Extend long build timeout
Don't run audit on cross builds as they don't have audit records.
Summary by CodeRabbit