cloudhead
a6e33ec19a
build: Remove `rad-web` from Dockerfile
2024-06-06 15:28:16 +02:00
cloudhead
a4989b7ce7
Remove `radicle-httpd` crate
...
The HTTP daemon is moved to the `radicle-explorer` repository. Hence,
all traces of it are removed from this repository.
2024-06-06 11:14:00 +02:00
cloudhead
faafd21a91
build: Use zig for linux builds
...
There was an issue with the build that is resolved when using zig.
aarch64 binaries had a bug in libgit2 involving file access.
2024-04-30 21:54:48 +02:00
cloudhead
5f1657484f
build: Add "upload" build step
2024-04-29 10:47:03 +02:00
cloudhead
cd2884a609
build: Adjust folder structure
...
This allows for simply extracting into $PATH.
2024-04-25 17:15:58 +02:00
cloudhead
9fe5a8922f
build: Update to zig 0.12.0, add `rad-web`
2024-04-23 10:59:33 +02:00
cloudhead
95b5191533
Reproducible cross-compiled builds
...
Implement a new build pipeline using `podman` and `zig` that is
reproducible and can be run entirely on linux.
We also simplify the versioning system, defaulting to the output of `git
describe` when there are no exact tag matches.
2024-04-20 11:11:00 +02:00