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
First, thanks for sharing this project, it's a lot faster than other things I've tried 🚀
It builds fine on my local (Ubuntu 18.04) laptop, but I'm having some trouble using it with GitHub Actions however (I'm using Goreleaser to automatically build binaries). Anywhere it's referenced I see errors like undefined: v8go.Context and undefined: v8go.NewContext (see: https://github.com/plentico/plenti/runs/930324024#step:8:151).
First, thanks for sharing this project, it's a lot faster than other things I've tried 🚀
It builds fine on my local (Ubuntu 18.04) laptop, but I'm having some trouble using it with GitHub Actions however (I'm using Goreleaser to automatically build binaries). Anywhere it's referenced I see errors like
undefined: v8go.Context
andundefined: v8go.NewContext
(see: https://github.com/plentico/plenti/runs/930324024#step:8:151).GitHub Actions is using Ubuntu 18.04.4 too: https://github.com/plentico/plenti/runs/930279376#step:1:3
Is there something special I need to do to run this in CI environments? Thank you!
The text was updated successfully, but these errors were encountered: