Skip to content

Commit

Permalink
fix(ci): disable LTO for ci-release to resolve build timeout in mai…
Browse files Browse the repository at this point in the history
…n-cron (#14677)

Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao authored and Little-Wallace committed Jan 20, 2024
1 parent 894893c commit 5484a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ lto = "thin"
[profile.ci-release]
inherits = "release"
incremental = false
lto = "off"
debug = "line-tables-only"
split-debuginfo = "off"
debug-assertions = true
Expand Down
2 changes: 1 addition & 1 deletion ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
timeout_in_minutes: 30
timeout_in_minutes: 20
retry: *auto-retry

- label: "build other components"
Expand Down

0 comments on commit 5484a23

Please sign in to comment.