bd8d6e824f
This was introduced in cl/9925 without any commit message, but this is clearly not relevant to Tvix itself (it even says so in a comment in Cargo.toml). Change-Id: I84f12d5145c3f53c9df23863f887bad913856c50 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12604 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: edef <edef@edef.eu>
5 lines
130 B
Bash
Executable file
5 lines
130 B
Bash
Executable file
#! /usr/bin/env nix-shell
|
|
#! nix-shell -i "bash -e"
|
|
#! nix-shell -p cargo-lambda
|
|
cargo lambda build --release
|
|
cargo lambda deploy
|