- nghttp2-client
- python3-cryptography
- python3-requests
- - golang
+ - golang-1.14
# -------------------------------------------------------------------------
- name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1, LDAP
env: APR_VERSION=1.7.0
# imports crypto/ed25519: unrecognized import path "crypto/ed25519" (import path does not begin with hostname)
#
# but works on a docker ubuntu-focal image. ???
- # DISABLED
- #export GOPATH=${PREFIX}/gocode
- #mkdir -p "${GOPATH}"
- #go get -u github.com/letsencrypt/pebble/...
- #cd $GOPATH/src/github.com/letsencrypt/pebble && go install ./...
- #export PATH="${PATH}:${GOPATH}/bin"
+ export GOPATH=${PREFIX}/gocode
+ mkdir -p "${GOPATH}"
+ export PATH="${PATH}:/usr/lib/go-1.14/bin:${GOPATH}/bin"
+ go get -u github.com/letsencrypt/pebble/...
+ cd $GOPATH/src/github.com/letsencrypt/pebble && go install ./...
py.test-3 test/modules/md
RV=$?