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
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?
5994fc5041
to5b798473d4
Building NNG fails because the
cc
andcmake
crates cannot properly detect MSVC cross-platform builds by themselves.The first step seems to be to set the
CMAKE_GENERATOR
env 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-version
for xwin).But to do that, I'll first have to merge #153, which contains a major rework of the Dockerfile
The
nng-sys
crate 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.
ae616d380a
toc4cc58898b
c4cc58898b
to4c6ad1aaed
I 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.