summaryrefslogtreecommitdiff
path: root/build-without-openssl.bash
blob: 6b7917fce02f1dbfc922bf7a1ab37cc0d99eb053 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -eu

cd "$(dirname "$0")"

export CGO_ENABLED=0
exec ./build.bash -tags without_openssl