TUN-6749: Fix icmp_generic build

This commit is contained in:
cthuang 2022-09-09 14:47:46 +01:00
parent 2ffff0687b
commit a65f8bce7f
2 changed files with 3 additions and 2 deletions

View File

@ -221,13 +221,13 @@ stretch: &stretch
- build-essential
- python3
- genisoimage
- jetez
pre-cache:
- ln -s /usr/bin/genisoimage /usr/bin/mkisofs
post-cache:
- export CGO_ENABLED=0
- export GOOS=freebsd
- export GOARCH=amd64
- make cloudflared-junos
- make cloudflared
publish-junos:
build_dir: *build_dir
builddeps:

View File

@ -6,6 +6,7 @@ import (
"fmt"
"net/netip"
"runtime"
"time"
"github.com/rs/zerolog"
)