File tree 3 files changed +5
-3
lines changed 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
lib
6
6
build
7
- libquic
7
+
8
+ libquic /build
8
9
9
10
* .pem
10
11
* .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
5
5
ADD . /go/src/github.com/devsisters/goquic
6
6
7
7
WORKDIR /go/src/github.com/devsisters/goquic
8
- RUN GOQUIC_BUILD=Release ./build_libs.sh
8
+ RUN ./build_libs.sh -a -r
9
9
RUN go get github.com/oleiade/lane github.com/vanillahsu/go_reuseport github.com/gorilla/handlers golang.org/x/net/http2
10
10
RUN go build $GOPATH/src/github.com/devsisters/goquic/example/reverse_proxy.go
11
11
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ echo "GOOS: $GOOS"
61
61
echo " OPTION: $OPT "
62
62
63
63
if [ ! -d libquic ]; then
64
- git submodule init && git submodule update
64
+ echo " try git submodule init && git submodule update first"
65
+ exit 1
65
66
fi
66
67
67
68
if [ ! -z $BUILD_CLEAN ]; then
You can’t perform that action at this time.
0 commit comments