pantry/projects/docker.com/machine/package.yml
Andrew d36d643923
docker.com/machine (#3411)
* new file:   projects/docker.com/machine/package.yml

* let's try without cp/mv

* update notes

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-25 09:06:59 -04:00

32 lines
968 B
YAML

distributable:
url: https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v{{version}}-gitlab.22/docker-machine-v{{version}}-gitlab.22.tar.gz
strip-components: 1
versions:
#gitlab: gitlab-org/ci-cd/docker-machine <= all recent releases are 0.16.2-gitlab.X
- 0.16.2
build:
dependencies:
tea.xyz/gx/cc: '*'
tea.xyz/gx/make: '*'
gnu.org/automake: '*'
go.dev: '*'
linux:
curl.se: '*'
working-directory: src/github.com/docker/machine
script:
- curl -L "$URL" | tar -xz --strip-components=1
- run: |
sed -i.bak 's|GO_LDFLAGS :=|GO_LDFLAGS := -buildmode=pie|g' mk/main.mk
rm mk/*.bak
if: linux
- make build
env:
URL: https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v{{version}}-gitlab.22/docker-machine-v{{version}}-gitlab.22.tar.gz
GOPATH: $SRCROOT
GO111MODULE: auto
provides:
- bin/docker-machine
test:
script:
- docker-machine --version | grep {{version}}