parent
847cd28740
commit
c7926b4c50
2 changed files with 10 additions and 0 deletions
9
repro-build
Executable file
9
repro-build
Executable 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
1
repro-run.json
Normal file
|
@ -0,0 +1 @@
|
|||
{ "Command": "/src/repro-build", "Cache": ["/home/repro/.cache/go-build"] }
|
Loading…
Reference in a new issue