httpd: Release 0.19.1
httpd: update cargo-zigbuild version to 0.20 httpd: Dockerfile uses Rust version from rust-toolchain
Instead of hardcoding the version of the Rust alpine file, introduce an
ARGin theDockerfile. Inbuild/build, we determine the version by inspectingrust-toolchain.toml, and pass this value in. This ensures that the binaries are built using the same toolchain that we develop with.
Co-authored-by: Fintan Halpenny fintan.halpenny@gmail.com
6 files changed
+12
-7
ccb5e49e
→
f5422232
modified radicle-httpd/Cargo.lock
@@ -1708,7 +1708,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-httpd"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/build/Dockerfile
@@ -1,5 +1,7 @@
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -28,7 +30,7 @@ RUN rustup target add \
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,7 +45,7 @@ RUN cargo zigbuild --locked --release \
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/build/build
@@ -34,6 +34,7 @@ main() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -51,6 +52,7 @@ main() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -63,6 +65,7 @@ main() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/support/heartwood-release
@@ -1 +1 @@
| - | |
| + | |
|
modified tests/support/radicle-httpd-release
@@ -1 +1 @@
| - | |
| + | |
|