Commit graph

35 commits

Author SHA1 Message Date
baalajimaestro b5df4d48a4
Update dependencies
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-03-17 11:09:18 +05:30
baalajimaestro bd377821fb
Update nim version
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-01-10 14:29:51 +05:30
baalajimaestro c1b4b590b1
Update LibreSSL to v3.8.2
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-11-12 11:26:43 +05:30
baalajimaestro 55849a5847
Upgrade to Nim 2.0
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-08-21 15:05:53 +05:30
baalajimaestro ad0eaf0612
Add missing libressl parameter
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-05-31 11:22:12 +05:30
baalajimaestro f56c7e2ac8
Add a bit of comments
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-05-31 11:03:17 +05:30
baalajimaestro 12aa976a20
Use libressl instead of openssl
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-05-31 11:01:57 +05:30
baalajimaestro 5eab571e37
Include upstream patch to fix libressl
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-05-31 10:58:08 +05:30
baalajimaestro eea438b3ab
Build nim from source instead of prebuilts
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-05-31 10:57:11 +05:30
baalajimaestro 13e1931345
Update nimble in the builder
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-04-21 10:48:07 +05:30
baalajimaestro 478e89b140
Raise connection pool for db
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-01-05 14:31:30 +05:30
baalajimaestro 2fe2e7ca3d
Uprev norm
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-08-04 17:50:32 +05:30
baalajimaestro fc70ae28d2
Use mm orc
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-07-22 11:22:36 +05:30
baalajimaestro 99868f5986
Add back stripping and use GCC LTO
I have tested this to work fine for a few days now

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-05-08 20:29:52 +05:30
baalajimaestro c20a075605
Remove LTO, potential cause of memleak
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-05-01 03:06:31 +05:30
baalajimaestro b0a7dfff00
Use openssl 3.0 to statically link
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-05-01 03:05:47 +05:30
baalajimaestro 924256b085
Partially Revert the performance improvments
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-05-01 02:47:42 +05:30
baalajimaestro 28e703b563
Use scratch container instead of using distroless
We save more storage by moving to scratch

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 12:32:20 +05:30
baalajimaestro 3ff60f8c18
Align the deps properly
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 12:21:13 +05:30
baalajimaestro 16e6d2f724
Revert: Move to libressl
Libressl does bring 1mb improvement, but its causing issues

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 12:17:53 +05:30
baalajimaestro 7ffa1bdabf
Strip the binaries further to reduce size
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 11:43:54 +05:30
baalajimaestro 82f90edec7
Silence autogen output
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 11:43:26 +05:30
baalajimaestro 13d08267a7
Enable panics
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 11:42:45 +05:30
baalajimaestro 1a736e84ce
Use libressl from source instead of openssl
Brings down our binary size by another mb

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 11:42:08 +05:30
baalajimaestro 6d7ecb36a0
Add back forgotten clang
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 11:38:19 +05:30
baalajimaestro b8b09f17a8
Use gc arc
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 11:15:44 +05:30
baalajimaestro 3cb6f91086
Some more size optimizations
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 10:33:18 +05:30
baalajimaestro 37c7687784
Dont run runtime safety checks
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 10:32:14 +05:30
baalajimaestro 26fedf56b0
Use LLD linker
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 10:27:55 +05:30
baalajimaestro a49e047457
Do full LTO instead of thinLTO
Saves us 0.85MB

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 10:27:35 +05:30
baalajimaestro 15dbf2f29d
Do LTO on the binary
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 10:08:24 +05:30
baalajimaestro c77bc890cb
Optimize for speed instead of size
The gain is actually just 0.2MB

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-25 10:07:06 +05:30
baalajimaestro acb3d241dc
Expose 8080 automatically from dockerfile for service discovery
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-11 15:45:42 +05:30
baalajimaestro 0bd5a5eb40
Improve Dockerfile
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-11 12:44:51 +05:30
baalajimaestro c5f4b66d25
Add a dockerfile and statically link everything
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-04-11 12:27:15 +05:30