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
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Brief Description: Trying to build binaries for Win64 and Linux64
Operating System (OS and version): Ubuntu20.04 (64-bit)
OpenBazaar version (shown on About OpenBazaar page in menu):
Hardware: AMD 64
Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce): Always
To try and build Openbazaar-desktop binaries, I have installed nvm to use node v8.9.2, npm v5.2.0
Steps to reproduce:
issue "./build.sh win64" or ./build.sh linux64"
Observed Behavior:
There seems to be no output binaries in the ./dist directory and no sub-directories for each platform are created but the build script seems to run without error. Nothing is produced at all.
Expected Behavior:
I would expect that the ./dist directory has a "win64" directory with the executable and the "linux64" directory have the Linux binary so that I can start up and connect to an local openbazaar-go server that I have been able to compile up and run without any problems.
Additional info (links, images, etc go here):
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Brief Description: Trying to build binaries for Win64 and Linux64
Operating System (OS and version): Ubuntu20.04 (64-bit)
OpenBazaar version (shown on
About OpenBazaar
page in menu):Hardware: AMD 64
Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce): Always
To try and build Openbazaar-desktop binaries, I have installed nvm to use node v8.9.2, npm v5.2.0
Steps to reproduce:
Observed Behavior:
There seems to be no output binaries in the ./dist directory and no sub-directories for each platform are created but the build script seems to run without error. Nothing is produced at all.
Expected Behavior:
I would expect that the ./dist directory has a "win64" directory with the executable and the "linux64" directory have the Linux binary so that I can start up and connect to an local openbazaar-go server that I have been able to compile up and run without any problems.
Additional info (links, images, etc go here):
The text was updated successfully, but these errors were encountered: