mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
8c41abcbd6
commit
48ad65acfe
|
@ -11,8 +11,9 @@ provides:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
go.dev: ^1.18
|
go.dev: ^1.18
|
||||||
script: |
|
script: make install PREFIX="{{ prefix }}" $EXTRA_ARGS
|
||||||
make install PREFIX="{{ prefix }}"
|
env:
|
||||||
|
linux:
|
||||||
|
EXTRA_ARGS: GO_LDFLAGS=-buildmode=pie
|
||||||
|
|
||||||
test:
|
test: test "$(direnv --version)" = "{{ version }}"
|
||||||
test "$(direnv --version)" = "{{ version }}"
|
|
||||||
|
|
Loading…
Reference in a new issue