TUN-5003: Fix cfsetup for non-FIPS golang version

This commit is contained in:
Nuno Diegues 2021-08-27 19:00:46 +01:00
parent 738b4f8d25
commit c51879b17f
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
pinned_go: &pinned_go go=1.17
pinned_go: &pinned_go go=1.17-1
pinned_go_fips: &pinned_go_fips go-boring=1.16.6-6
build_dir: &build_dir /cfsetup_build
@ -14,6 +14,15 @@ stretch: &stretch
- export GOARCH=amd64
- export FIPS=true
- make cloudflared
build-non-fips: # helpful to catch problems with non-fips (only used for releasing non-linux artifacts) before releases
build_dir: *build_dir
builddeps:
- *pinned_go
- build-essential
post-cache:
- export GOOS=linux
- export GOARCH=amd64
- make cloudflared
build-all-packages: #except osxpkg
build_dir: *build_dir
builddeps: