We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bazel
darwin-x86_64
Build the urbit binary on darwin-x86_64 (i.e. x86_64 machines running macOS). This will build off the work done in #2. The steps required:
urbit
macOS
bazel/third_party/
pkg/
The text was updated successfully, but these errors were encountered:
I've got a Windows 11 VM up for this work as well.
Was this comment meant for #7 instead?
Sorry, something went wrong.
I've got a Windows 11 VM up for this work as well. Was this comment meant for #7 instead?
Yes, my mistake! I do have a macos-x86 VM spun up now though, running macOS Monterey (one major version behind the current: Ventura).
macos-x86
Successfully merging a pull request may close this issue.
Build the
urbit
binary ondarwin-x86_64
(i.e. x86_64 machines runningmacOS
). This will build off the work done in #2. The steps required:bazel
build rules inbazel/third_party/
to build ondarwin-x86_64
platforms.bazel
build rules for all packages inpkg/
to build ondarwin-x86_64
platforms.The text was updated successfully, but these errors were encountered: