Searched refs:GOPATH (Results 1 – 25 of 51) sorted by relevance
123
13 GOPATH=$(realpath .) macro46 …GO111MODULE=off CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH="$(GOPATH)" $(GO) install $(IMPORT…49 …GO111MODULE=off CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) install $(IMPORTDI…54 …LAGS_ALLOW)" CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" GOPATH=$(GOPATH) $(GO) build …57 …O_ENABLED="$(CGO_REQUIRED)" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) build …65 …O_ENABLED="$(CGO_REQUIRED)" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) build …68 …O_ENABLED="$(CGO_REQUIRED)" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) build …71 GO111MODULE=off CGO_ENABLED=0 GOPATH=$(GOPATH) $(GO) build $<74 …O_ENABLED="$(CGO_REQUIRED)" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) build …76 …GO111MODULE=off CGO_ENABLED="1" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) bu…[all …]
22 if [ -z "${GOPATH}" ]24 GOPATH=$(go env GOPATH)30 GOPATH=${GOPATH//:\\/\\}32 GOPATH=\\${GOPATH//;/:\\}34 GOPATH=${GOPATH//\\/\/}63 export PATH=$PATH:${GOPATH}/bin
20 GOPATH=$(pwd)/../gopath21 export GOPATH25 rm -rf "${GOPATH}/src/google.golang.org/grpc"28 git clone --recursive ../grpc-go "${GOPATH}/src/google.golang.org/grpc"30 (cd "${GOPATH}/src/google.golang.org/grpc/benchmark/worker" && go install)
20 GOPATH=$(pwd)/../gopath21 export GOPATH23 "${GOPATH}/bin/worker" "$@"
20 export GOPATH=$(pwd)/../gopath24 rm -rf "${GOPATH}/src/google.golang.org/grpc"27 git clone --recursive ../grpc-go "${GOPATH}/src/google.golang.org/grpc"29 (cd "${GOPATH}/src/google.golang.org/grpc/benchmark/worker" && go install)
20 export GOPATH=$(pwd)/../gopath22 "${GOPATH}/bin/worker" "$@"
16 # supporting only legacy GOPATH-based builds.30 # gopath: Root of the GOPATH in which the package is located.48 assert(defined(invoker.gopath), "pw_go_source_set requires a GOPATH root")52 # List the sources in an input group with GOPATH environment metadata.64 metadata.gopath = [ "GOPATH+=${_gopath}" ]98 # Collect all the GOPATH metadata from pw_go_package and _pw_go_proto_library118 # GOPATH in the out directory. This is only run once; "go get" does not125 env = [ "GOPATH=$_default_gopath" ]148 env = [ "GOPATH+=$_default_gopath" ]
42 export GOPATH="${TEST_TMPDIR}/go"44 mkdir -p "${GOPATH}/src/github.com/tensorflow"45 ln -s -f "${PWD}" "${GOPATH}/src/github.com/tensorflow/tensorflow"
46 cd ${GOPATH}/src/github.com/tensorflow/tensorflow59 …sudo cp ${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow/libtensorflow.so /usr/…60 …sudo cp ${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow/libtensorflow_framewor…68 export LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow70 export LD_LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow72 export DYLD_LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow88 - The TensorFlow repository under GOPATH
70 export GOPATH="$HOME/gocode"71 mkdir -p "$GOPATH/src/github.com/google"72 rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"73 ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"74 export PATH="$GOPATH/bin:$PATH"
28 cd $GOPATH/src/$path || true32 go list $tags $path || { cd $GOPATH/pkg/mod/ && cd `echo $path | cut -d/ -f1-3 | awk '{print $1"@*"…40 cp $GOPATH/ossfuzz_coverage_runner.go ./"${function,,}"_test.go
78 ENV GOPATH /root/go81 # $GOPATH/bin is for the binaries from the dependencies installed via "go get".82 ENV PATH $PATH:/root/.go/bin:$GOPATH/bin86 ln -s $GOPATH/bin/go114-fuzz-build $GOPATH/bin/go-fuzz198 COPY ossfuzz_coverage_runner.go $GOPATH
19 RUN git clone --single-branch --depth=1 https://github.com/ethereum/go-ethereum $GOPATH/src/github.…20 RUN (cd $GOPATH/src/github.com/ethereum/go-ethereum && go mod download)22 RUN cp $GOPATH/src/github.com/ethereum/go-ethereum/oss-fuzz.sh $SRC/build.sh
43 ENV GOPATH /go44 ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH45 RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
18 cp $SRC/fuzz*.go $GOPATH/src/google.golang.org/grpc/examples/21 cd $GOPATH/src/google.golang.org/grpc/examples/
72 ENV GOPATH /root/go75 # $GOPATH/bin is for the binaries from the dependencies installed via "go get".76 ENV PATH $PATH:/root/.go/bin:$GOPATH/bin79 COPY gocoverage $GOPATH/gocoverage80 RUN cd $GOPATH/gocoverage && go install ./...
128 export SYSGOPATH=$GOPATH129 export GOPATH=$OUT/$GOPATH
18 RUN git clone --depth 1 https://github.com/google/mtail $GOPATH/src/github.com/google/mtail19 WORKDIR $GOPATH/src/github.com/google/mtail
19 RUN mkdir -p $GOPATH/src/github.com/dvyukov/ && \20 cd $GOPATH/src/github.com/dvyukov/ && \
23 RUN git clone https://go.googlesource.com/protobuf $GOPATH/src/google.golang.org/protobuf25 WORKDIR $GOPATH/src/google.golang.org/protobuf
19 RUN git clone https://github.com/prometheus/prometheus $GOPATH/src/github.com/prometheus/prometheus22 WORKDIR $GOPATH/src/github.com/prometheus/prometheus
37 $ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh42 …$ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=…
158 export GOPATH="$HOME/gocode"159 mkdir -p "$GOPATH/src/github.com/protocolbuffers"160 rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"161 ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"162 export PATH="$GOPATH/bin:$PATH"
20 cd $GOPATH/src/github.com/coredns/coredns
18 cd $GOPATH/src/github.com/mattn/go-sqlite3