mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 13:09:58 +00:00
TUN-804: create Makefile recipe to build cloudflared and run tests
remove execess packages from cfsetup
This commit is contained in:
14
cfsetup.yaml
Normal file
14
cfsetup.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
pinned_go: &pinned_go go=1.9.3-1
|
||||
build_dir: &build_dir /cfsetup_build/src/github.com/cloudflare/cloudflared/
|
||||
stretch:
|
||||
build:
|
||||
build_dir: *build_dir
|
||||
builddeps:
|
||||
- *pinned_go
|
||||
- build-essential
|
||||
post-cache:
|
||||
- export GOPATH=/cfsetup_build/
|
||||
- export CGO_ENABLED=1
|
||||
- export GOOS=linux
|
||||
- export GOARCH=amd64
|
||||
- make all
|
Reference in New Issue
Block a user