add comment

This commit is contained in:
Felix Ableitner 2024-05-04 01:07:32 +02:00
parent bc7331b613
commit 2abe6300da
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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