pantry/projects/k6.io/package.yml
John Allen 4f695cf499 +k6
2023-01-17 20:48:32 -05:00

33 lines
646 B
YAML

distributable:
url: https://github.com/grafana/k6/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
versions:
github: grafana/k6/tags
provides:
- bin/k6
build:
script: |
go build -v -ldflags="$LDFLAGS"
mkdir -p "{{ prefix }}"/bin
mv k6 "{{ prefix }}"/bin
dependencies:
go.dev: ^1.18
env:
LDFLAGS:
- -s
- -w
- -X main.version={{ version }}
- -X main.revision=tea
linux:
# or segmentation fault
# fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575
LDFLAGS:
- -buildmode=pie
test:
script: |
k6 version