Add package workflow.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
de1e37f5ae
commit
8bfe63d45f
22 changed files with 626 additions and 168 deletions
|
|
@ -20,9 +20,8 @@ WORKDIR /usr/src/tuwunel
|
|||
RUN \
|
||||
--mount=type=cache,dst=${RUSTUP_HOME},sharing=locked \
|
||||
--mount=type=cache,dst=${CARGO_HOME},sharing=locked \
|
||||
--mount=type=cache,dst=${CARGO_TARGET_DIR},sharing=shared \
|
||||
--mount=type=cache,dst=${CARGO_TARGET_DIR},sharing=locked \
|
||||
<<EOF
|
||||
env
|
||||
set -eux
|
||||
rustup run ${rust_toolchain} \
|
||||
cargo ${cargo_cmd} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue