You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone --depth=1 https://github.com/suborbital/subo.git
cd subo
make subo
When I try to build a Runnable with --lang=tinygo, I get this:
ℹ️ building single Runnable (run from project root to create bundle)
⏩ START: building runnable: hey (tinygo)
go mod tidy: error loading go 1.16 module graph: github.com/suborbital/[email protected] requires
github.com/bytecodealliance/[email protected]: Get "https://proxy.golang.org/github.com/bytecodealliance/wasmtime-go/@v/v0.35.0.mod": net/http: TLS handshake timeout
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Error: failed to BuildWithToolchain: 🚫 failed to build hey: failed to RunInDir: failed to Run command: exit status 1
🖐️ it works with --native
🖐️ no issue with Rust
The text was updated successfully, but these errors were encountered:
Subo
v0.4.2
I did 2 kinds of installation on Linux:
and
git clone --depth=1 https://github.com/suborbital/subo.git cd subo make subo
When I try to build a Runnable with
--lang=tinygo
, I get this:🖐️ it works with
--native
🖐️ no issue with Rust
The text was updated successfully, but these errors were encountered: