mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
* testsuite mod_md: trying explicit GOROOT instead of travis golang-1.11(really?) provided one
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -174,9 +174,10 @@ if ! test -v SKIP_TESTING; then
|
||||
# imports crypto/ed25519: unrecognized import path "crypto/ed25519" (import path does not begin with hostname)
|
||||
#
|
||||
# but works on a docker ubuntu-focal image. ???
|
||||
export GOROOT=/usr/lib/go-1.14
|
||||
export GOPATH=${PREFIX}/gocode
|
||||
mkdir -p "${GOPATH}"
|
||||
export PATH="${PATH}:/usr/lib/go-1.14/bin:${GOPATH}/bin"
|
||||
export PATH="${PATH}:${GOROOT}/bin:${GOPATH}/bin"
|
||||
go get -u github.com/letsencrypt/pebble/...
|
||||
cd $GOPATH/src/github.com/letsencrypt/pebble && go install ./...
|
||||
|
||||
|
Reference in New Issue
Block a user