rivet-gg / toolchain

⛓️ CLI, library, and FFI for working with Rivet projects.
https://rivet.gg
Apache License 2.0
4 stars 3 forks source link

Speed up CLI release build and upload dwp to Sentry #331

Open AngelOnFira opened 3 weeks ago

AngelOnFira commented 3 weeks ago

https://github.com/marketplace/actions/sentry-release

With that, we could then use this profile (or even strip symbols)

# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"
opt-level = "s"
lto = true
strip = "debuginfo"
linear[bot] commented 3 weeks ago

CLI-88 Speed up CLI release build and upload dwp to Sentry