Skip to content
New issue

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

Add default-members entry in nym-vpn-core workspace #1773

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

octol
Copy link
Contributor

@octol octol commented Dec 11, 2024

Add default-members to the nym-vpn-core workspace since usually people
only want to build the main binaries, and not bother with e.g
nym-gateway-probe.

Adding only nym-vpnd and nym-vpnc, but transitively most crates will
be built still.


This change is Reviewable

Add default-members to the `nym-vpn-core` workspace since usually people
only want to build the main binaries, and not bother with e.g
`nym-gateway-probe`.

Adding only `nym-vpnd` and `nym-vpnc`, but transitively most crates will
be built still.
@octol octol requested a review from pronebird December 11, 2024 10:30
@pronebird pronebird self-requested a review December 11, 2024 14:36
Copy link
Contributor

@pronebird pronebird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 7 files reviewed, 1 unresolved discussion (waiting on @octol)


a discussion (no related file):
Breaks on iOS:

Run cargo run --bin uniffi-bindgen generate \
  cargo run --bin uniffi-bindgen generate \
    --library target/aarch64-apple-ios/debug/libnym_vpn_lib.a  \
    --config crates/nym-vpn-lib/uniffi.toml \
    --language swift --out-dir build -n
  shell: /bin/bash -e {0}
  env:
    IPHONEOS_DEPLOYMENT_TARGET: 16
    CARGO_TERM_COLOR: always
    AGENT_ISSELFHOSTED: 1
error: no bin target named `uniffi-bindgen`.
Available bin targets:
    nym-vpnc
    nym-vpnd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants