File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44
55lib
66build
7- libquic
7+
8+ libquic /build
89
910* .pem
1011* .key
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN apt-get -qq update && apt-get install -y build-essential cmake ninja-build
55ADD . /go/src/github.com/devsisters/goquic
66
77WORKDIR /go/src/github.com/devsisters/goquic
8- RUN GOQUIC_BUILD=Release ./build_libs.sh
8+ RUN ./build_libs.sh -a -r
99RUN go get github.com/oleiade/lane github.com/vanillahsu/go_reuseport github.com/gorilla/handlers golang.org/x/net/http2
1010RUN go build $GOPATH/src/github.com/devsisters/goquic/example/reverse_proxy.go
1111
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ echo "GOOS: $GOOS"
6161echo " OPTION: $OPT "
6262
6363if [ ! -d libquic ]; then
64- git submodule init && git submodule update
64+ echo " try git submodule init && git submodule update first"
65+ exit 1
6566fi
6667
6768if [ ! -z $BUILD_CLEAN ]; then
You can’t perform that action at this time.
0 commit comments