Skip to content

Commit

Permalink
Strip binary artifact when building for release (#1949)
Browse files Browse the repository at this point in the history
* Strip binary artifact when building for release

* Update rustc toolchain to 1.59 for Ubuntu in CI
  • Loading branch information
apiraino authored and Keats committed Aug 14, 2022
1 parent 584de3a commit b9501de
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 @@ -61,6 +61,7 @@ members = ["components/*"]
[profile.release]
lto = true
codegen-units = 1
strip = true

[profile.dev]
# Disabling debug info speeds up builds a bunch,
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stages:
rustup_toolchain: stable
linux-pinned:
imageName: 'ubuntu-20.04'
rustup_toolchain: 1.57.0
rustup_toolchain: 1.59.0
pool:
vmImage: $(imageName)
steps:
Expand Down

0 comments on commit b9501de

Please sign in to comment.