Create Buster build for older libc compatibility

This commit is contained in:
Tangent Wantwight 2023-04-08 21:55:02 -04:00
parent 4db64df278
commit fc3724683a
2 changed files with 9 additions and 0 deletions

8
build-buster.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
# this will probably work with docker just as well as podman
podman run --rm \
-v ..:/usr/src/build/ \
-v ./buster-target:/usr/src/build/webmetro/target \
-w /usr/src/build/webmetro \
rust:1-buster cargo build --release

1
buster-target/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*