Skip to content

Commit c51879b

Browse files
committed
TUN-5003: Fix cfsetup for non-FIPS golang version
1 parent 738b4f8 commit c51879b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

cfsetup.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pinned_go: &pinned_go go=1.17
1+
pinned_go: &pinned_go go=1.17-1
22
pinned_go_fips: &pinned_go_fips go-boring=1.16.6-6
33

44
build_dir: &build_dir /cfsetup_build
@@ -14,6 +14,15 @@ stretch: &stretch
1414
- export GOARCH=amd64
1515
- export FIPS=true
1616
- make cloudflared
17+
build-non-fips: # helpful to catch problems with non-fips (only used for releasing non-linux artifacts) before releases
18+
build_dir: *build_dir
19+
builddeps:
20+
- *pinned_go
21+
- build-essential
22+
post-cache:
23+
- export GOOS=linux
24+
- export GOARCH=amd64
25+
- make cloudflared
1726
build-all-packages: #except osxpkg
1827
build_dir: *build_dir
1928
builddeps:

0 commit comments

Comments
 (0)