zeroshade commented on code in PR #35723:
URL: https://github.com/apache/arrow/pull/35723#discussion_r1219970876
##########
.github/workflows/go.yml:
##########
@@ -394,3 +394,20 @@ jobs:
- name: Test
shell: bash
run: ci/scripts/go_test.sh $(pwd)
+
+ tinygo:
+ name: TinyGo
+ runs-on: ubuntu-latest
+ if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
+ env:
+ TINYGO_VERSION: 0.27.0
Review Comment:
i would suggest adding an image to the docker-compose.yml and a dockerfile
to `ci/docker/` which is an image with tinygo installed and then use `archery
docker run` like other examples.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]