From 07d276b2a3b969fd84165cfb5fd2678110ebd996 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 22 Jan 2023 10:15:19 -0300 Subject: [PATCH] agregar repro-build y repro-run.json --- repro-build | 5 +++++ repro-run.json | 1 + 2 files changed, 6 insertions(+) create mode 100755 repro-build create mode 100644 repro-run.json diff --git a/repro-build b/repro-build new file mode 100755 index 0000000..5f319e9 --- /dev/null +++ b/repro-build @@ -0,0 +1,5 @@ +#!/bin/sh -xe +apk add --quiet git go +git clone --quiet file:///src repo +cd repo +go build . diff --git a/repro-run.json b/repro-run.json new file mode 100644 index 0000000..ab20866 --- /dev/null +++ b/repro-run.json @@ -0,0 +1 @@ +{ "Command": "/src/repro-build", "Cache": ["/home/repro/.cache/go-build"] }