repro-run
repro-run Corre repro-run.json Details

This commit is contained in:
Cat /dev/Nulo 2023-01-22 13:39:06 -03:00
parent 847cd28740
commit c7926b4c50
2 changed files with 10 additions and 0 deletions

9
repro-build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -xe
apk add --quiet git go
git clone --quiet file:///src repo
cd repo
go build .
apk add --quiet file
file downloader
du -h downloader

1
repro-run.json Normal file
View File

@ -0,0 +1 @@
{ "Command": "/src/repro-build", "Cache": ["/home/repro/.cache/go-build"] }