diff --git a/.woodpecker.yml b/.woodpecker.yml index 8c2cd1b66..bd25574c4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 diff --git a/api_tests/prepare-drone-federation-test.sh b/api_tests/prepare-drone-federation-test.sh index f4e227979..6470c110d 100755 --- a/api_tests/prepare-drone-federation-test.sh +++ b/api_tests/prepare-drone-federation-test.sh @@ -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