Space savving
continuous-integration/drone/push Build is passing Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-08-11 23:56:07 +02:00
parent 86ede070ca
commit 6686a67c71
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,7 @@ local buildForArch(arch) = {
'echo Hello World from Jsonnet on ' + arch + '!',
'while ! docker image ls; do sleep 1; done',
'cross build --release --target ' + arch,
'rm -rf target/' + arch + '/release/{build,deps,examples,incremental}',
'ls -lah target/' + arch + '/release',
],
environment: {

7
Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "drone-test"
version = "0.1.0"