Skip to content

Commit

Permalink
add offline run shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronOpfer committed Jul 4, 2024
1 parent 5c42921 commit 84988ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ rraa = "run --release -- -F pypy -C python matchspecs/secure_python.yaml"
# "Run Debug All Architectures"
rdaa = "run -- -F pypy -C python matchspecs/secure_python.yaml"


# "Cached Run Release"
crr = "run --release -- --offline -F pypy -C python -a linux-64 matchspecs/secure_python.yaml"
# "Cached Run Debug"
crd = "run -- --offline -F pypy -C python -a linux-64 matchspecs/secure_python.yaml"
# "Cached Run Release All Architectures"
crraa = "run --release -- --offline -F pypy -C python matchspecs/secure_python.yaml"
# "Cached Run Debug All Architectures"
crdaa = "run -- --ofline -F pypy -C python matchspecs/secure_python.yaml"

0 comments on commit 84988ae

Please sign in to comment.