mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-01 12:44:21 -04:00
Try fixing go parts in snapcraft
This commit is contained in:
parent
2fd801c659
commit
1faa26f1d3
2 changed files with 7 additions and 11 deletions
|
@ -151,13 +151,11 @@ parts:
|
|||
|
||||
obfs4:
|
||||
plugin: go
|
||||
go-importpath: gitlab.com/yawning/obfs4
|
||||
source: https://gitlab.com/yawning/obfs4
|
||||
source: https://gitlab.com/yawning/obfs4.git
|
||||
source-type: git
|
||||
|
||||
snowflake-client:
|
||||
plugin: go
|
||||
go-importpath: git.torproject.org/pluggable-transports/snowflake.git/client
|
||||
source: https://git.torproject.org/pluggable-transports/snowflake.git
|
||||
source-type: git
|
||||
source-tag: v2.2.0
|
||||
|
@ -166,13 +164,11 @@ parts:
|
|||
|
||||
meek-client:
|
||||
plugin: go
|
||||
go-channel: stable
|
||||
go-importpath: git.torproject.org/pluggable-transports/meek.git/meek-client
|
||||
# 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 ./...
|
||||
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 ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue