1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gamja_ynh.git synced 2024-09-03 18:36:34 +02:00

Fix go for bullseyes

This commit is contained in:
yalh76 2022-07-19 16:00:01 +02:00
parent f0cc71b55e
commit 8014c1d60a
2 changed files with 4 additions and 0 deletions

View file

@ -132,6 +132,8 @@ tempdir="$(mktemp -d)"
ynh_setup_source --dest_dir=$tempdir --source_id="webircgateway"
pushd $tempdir
ynh_use_go
export GOPATH="$tempdir/go"
export GOCACHE="$tempdir/.cache"
ynh_go build
popd

View file

@ -140,6 +140,8 @@ tempdir="$(mktemp -d)"
ynh_setup_source --dest_dir=$tempdir --source_id="webircgateway"
pushd $tempdir
ynh_use_go
export GOPATH="$tempdir/go"
export GOCACHE="$tempdir/.cache"
ynh_go build
popd