mirror of
https://github.com/chatmail/relay.git
synced 2026-09-17 12:50:10 +00:00
chore(ci): Build and upload binaries in CI (#76)
Use zigbuild directly instead of cargo-dist, as cargo-dist doesn't suit our needs well (e.g. uploading binaries at top level). Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
Jagoda Ślązak
parent
e62b161848
commit
6bb90f8811
@@ -28,7 +28,5 @@ parking_lot = "0.12.5"
|
||||
rstest = "0.26.1"
|
||||
testresult = "0.4.1"
|
||||
|
||||
# The profile that 'dist' will build with
|
||||
[profile.dist]
|
||||
inherits = "release"
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
Reference in New Issue
Block a user