mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-18 07:27:56 +00:00
add comment
This commit is contained in:
parent
bc7331b613
commit
2abe6300da
2 changed files with 3 additions and 1 deletions
|
@ -229,7 +229,7 @@ steps:
|
|||
DO_WRITE_HOSTS_FILE: "1"
|
||||
commands:
|
||||
- *install_pnpm
|
||||
- apt update && apt install -y bash curl postgresql-client go tinygo
|
||||
- apt update && apt install -y bash curl postgresql-client golang tinygo
|
||||
- bash api_tests/prepare-drone-federation-test.sh
|
||||
- cd api_tests/
|
||||
- pnpm i
|
||||
|
|
|
@ -75,6 +75,8 @@ LEMMY_CONFIG_LOCATION=./docker/federation/lemmy_delta.hjson \
|
|||
|
||||
# plugin setup
|
||||
pushd example_plugin
|
||||
# TODO: not in ubuntu repos, better to use only `go`
|
||||
# TODO: prevent it from creating useless `go` folder in home dir
|
||||
tinygo build -o plugin.wasm -target wasi main.go
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in a new issue