Override the meek-client build in snapcraft

This commit is contained in:
Micah Lee 2022-07-04 18:17:20 -04:00
parent 29707c97bb
commit e695ebc7b1
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -167,8 +167,7 @@ parts:
source: https://git.torproject.org/pluggable-transports/meek.git
source-type: git
source-tag: v0.37.0
# # Not sure why I have to do this, but it works
# override-build: |
# cd meek-client
# mkdir /root/parts/meek-client/install/bin
# go build -o /root/parts/meek-client/install/bin/meek-client ./...
override-build: |
cd meek-client
mkdir /root/parts/meek-client/install/bin
go build -o /root/parts/meek-client/install/bin/meek-client ./...