Skip to content

Commit a65f8bc

Browse files
committed
TUN-6749: Fix icmp_generic build
1 parent 2ffff06 commit a65f8bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cfsetup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,13 @@ stretch: &stretch
221221
- build-essential
222222
- python3
223223
- genisoimage
224-
- jetez
225224
pre-cache:
226225
- ln -s /usr/bin/genisoimage /usr/bin/mkisofs
227226
post-cache:
227+
- export CGO_ENABLED=0
228228
- export GOOS=freebsd
229229
- export GOARCH=amd64
230-
- make cloudflared-junos
230+
- make cloudflared
231231
publish-junos:
232232
build_dir: *build_dir
233233
builddeps:

ingress/icmp_generic.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"fmt"
77
"net/netip"
88
"runtime"
9+
"time"
910

1011
"github.com/rs/zerolog"
1112
)

0 commit comments

Comments
 (0)