Update build.yml
Re-target FreeBSD 14.1 Debug environment vars
This commit is contained in:
parent
cae50fffc0
commit
8e4438c1b5
|
@ -17,10 +17,14 @@ jobs:
|
||||||
envs: 'GOEXPERIMENT CGO_ENABLED'
|
envs: 'GOEXPERIMENT CGO_ENABLED'
|
||||||
usesh: true
|
usesh: true
|
||||||
mem: 4096
|
mem: 4096
|
||||||
|
# We're specifically building for OPNsense, which is most recently on FreeBSD 14.1
|
||||||
|
release: "14.1"
|
||||||
# Note that the test scripts require bash
|
# Note that the test scripts require bash
|
||||||
prepare: |
|
prepare: |
|
||||||
pkg install -y sudo gmake bash git go golangci-lint curl wget fakeroot libffi rubygem-fpm
|
pkg install -y sudo gmake bash git go golangci-lint curl wget fakeroot libffi rubygem-fpm
|
||||||
git config --global --add safe.directory /home/runner/work/cloudflared/cloudflared
|
git config --global --add safe.directory /home/runner/work/cloudflared/cloudflared
|
||||||
go install golang.org/x/tools/cmd/goimports@latest
|
go install golang.org/x/tools/cmd/goimports@latest
|
||||||
run: |
|
run: |
|
||||||
|
echo $GOEXPERIMENT
|
||||||
|
echo $CGO_ENABLED
|
||||||
sudo gmake install-go cloudflared cleanup-go
|
sudo gmake install-go cloudflared cleanup-go
|
||||||
|
|
Loading…
Reference in New Issue