Skip to content

Commit

Permalink
upgrade cloudbuild machine (graphprotocol#5546)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas authored Jul 17, 2024
1 parent 64019db commit 7aa57d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ incremental = false
incremental = false

[profile.release]
lto = true
opt-level = 's'
strip = "debuginfo"
2 changes: 1 addition & 1 deletion docker/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
options:
machineType: "E2-STANDARD-32"
machineType: "E2_HIGHCPU_32"
timeout: 1800s
steps:
- name: 'gcr.io/cloud-builders/docker'
Expand Down

0 comments on commit 7aa57d0

Please sign in to comment.