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 - build-essential
- python3 - python3
- genisoimage - genisoimage
- jetez
pre-cache: pre-cache:
- ln -s /usr/bin/genisoimage /usr/bin/mkisofs - ln -s /usr/bin/genisoimage /usr/bin/mkisofs
post-cache: post-cache:
- export CGO_ENABLED=0
- export GOOS=freebsd - export GOOS=freebsd
- export GOARCH=amd64 - export GOARCH=amd64
- make cloudflared-junos - make cloudflared
publish-junos: publish-junos:
build_dir: *build_dir build_dir: *build_dir
builddeps: builddeps:

View File

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