-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
buildRelated to the build systemRelated to the build systemfeatureNew feature or feature requestNew feature or feature request
Description
Build the urbit binary on mingw-x86_64. This will build off the work done in #2. The steps required:
- Tweak third-party dependency
bazelbuild rules inbazel/third_party/to build onmingw-x86_64platforms. - Move the platform-specific third-party dependency patches in
pkg/urbit/compat/mingw/to the appropriate dependency directory inbazel/third_party/; verify the patches are still correct in the context of the dependency versions we're using; and apply the patches to the dependency builds inWORKSPACE.bazelusingselect(). - Migrate the platform-specific files in
pkg/urbit/compat/mingw/topkg/noun/platform/mingw/x86_64orpkg/vere/platform/mingw/x86_64(whichever is more appropriate) and incorporate them in the appropriate build rule(s). - Tweak the
bazelbuild rules for all packages inpkg/to build onmingw-x86_64platforms.
Metadata
Metadata
Assignees
Labels
buildRelated to the build systemRelated to the build systemfeatureNew feature or feature requestNew feature or feature request