bun darwin intel is hanging in CI/CD

WORKS LOCALLY THO
This commit is contained in:
Max Howell 2023-02-13 13:02:26 -05:00
parent 03a3c51688
commit a1467b2e4a
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -34,7 +34,10 @@ build:
linux/x86-64: {PLATFORM: linux-x64}
test: |
bun --help
if test "{{hw.platform}}+{{hw.arch}}" != "darwin+x86-64"; then
# bun hangs in CI/CD for this platform (BUT WORKS LOCALLY LOL)
bun --help
fi
# bunx shx ls
# ^^ tries to run `node` for some reason
#TODO a reasonable test for `bunx` that works ffs