Handle NXM URIs #150
No reviewers
Labels
No labels
ci
crate/dtmm
crate/dtmt
crate/sdk
crate/serde_sjson
kind
bug
kind
documentation
kind
enhancement
kind
feature
kind
question
kind
upstream
part/bundle
part/filetype
stage
actionable
stage
design
stage
proposal
status/duplicate
status/good first issue
status/help wanted
status/invalid
status
need-replicate
status/wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#147 Fetch file version from Nexus
bitsquid_dt/dtmt
#153 Improve CI
bitsquid_dt/dtmt
Reference
bitsquid_dt/dtmt!150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/nexus-uri-handler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
5994fc50415b798473d4Building NNG fails because the
ccandcmakecrates cannot properly detect MSVC cross-platform builds by themselves.The first step seems to be to set the
CMAKE_GENERATORenv var to something from https://cmake.org/cmake/help/latest/generator/Visual%20Studio%2016%202019.html (in the future, this will have to be kept in sync with the--manifest-versionfor xwin).But to do that, I'll first have to merge #153, which contains a major rework of the Dockerfile
The
nng-syscrate itself seems to have feature flags for the various CMake generators: https://github.com/alexkornitzer/nng-sys#featuresSo I might only have to figure out how to enable feature flags conditionally by target/profile.
ae616d380ac4cc58898bc4cc58898b4c6ad1aaedI wasn't able to set up cross-compilation for
nng/nng-sys, so instead I went forinterprocess+bincode, which don't need any external libraries.