TUN-6749: Fix icmp_generic build
This commit is contained in:
parent
2ffff0687b
commit
a65f8bce7f
|
@ -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:
|
||||||
|
|
|
@ -6,6 +6,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/netip"
|
"net/netip"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/rs/zerolog"
|
"github.com/rs/zerolog"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue