good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 9805288c authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

vendor: pull in USB fix for docker (alpine/musl)

parent 19fa9064
No related branches found
No related tags found
No related merge requests found
FROM golang:alpine
RUN apk add --no-cache git gcc musl-dev linux-headers
ADD . $GOPATH/src/github.com/karalabe/usb
RUN cd $GOPATH/src/github.com/karalabe/usb && go install
FROM golang:latest
ADD . $GOPATH/src/github.com/karalabe/usb
RUN cd $GOPATH/src/github.com/karalabe/usb && go install
......@@ -23,7 +23,7 @@ package usb
#cgo CFLAGS: -DDEFAULT_VISIBILITY=""
#cgo CFLAGS: -DPOLL_NFDS_TYPE=int
#cgo linux CFLAGS: -DOS_LINUX -D_GNU_SOURCE
#cgo linux CFLAGS: -DOS_LINUX -D_GNU_SOURCE -DHAVE_SYS_TIME_H
#cgo linux,!android LDFLAGS: -lrt
#cgo darwin CFLAGS: -DOS_DARWIN -DHAVE_SYS_TIME_H
#cgo darwin LDFLAGS: -framework CoreFoundation -framework IOKit -lobjc
......
......@@ -267,10 +267,10 @@
"revisionTime": "2017-04-30T22:20:11Z"
},
{
"checksumSHA1": "0ixnoiChdbeva2xNe3z/vYzqcL4=",
"checksumSHA1": "wqKuSmlxa4hVZwfs4ZjtKtM5Yp0=",
"path": "github.com/karalabe/usb",
"revision": "0efdeddd92369dc00d4fb1b9cd56a442bdb61f82",
"revisionTime": "2019-06-06T09:23:27Z",
"revision": "3eff4807c21acef1c5f1b712a225ab09a8961504",
"revisionTime": "2019-06-07T09:24:32Z",
"tree": true
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment