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
Do we have to build the linux binary in a container?
a. Option A: Do a simple build from ubuntu-latest for testing purposes
b. Option B: Create a pre-build job and upload the linux artifact. Then download it from the runs-on: {{ matrix.os }}
Should the testing matrix be a bit more complex and include npm versions (6.x and 8.x)?
a. Probably not since that will make the build have twice as many runners for every push
Should we remove the npm@7 installation from the CI pipeline?
a. Yes, at least replace it with NPM 8.x
b. Another alternative is to use the version of npm that comes with NodeJS
Create a separate set of automated sanity tests for the rust binary on Windows, Linux, Mac.
The text was updated successfully, but these errors were encountered: