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

fix: allow install cargo package from git #219

Merged
merged 11 commits into from
Sep 23, 2024

Conversation

diogomatsubara
Copy link
Contributor

Add option to installBinaryCached to install from git which allows installing estuary from our fork.

Add option to installBinaryCached to install from git which allows
installing estuary from our fork.
Copy link
Member

@fuzzypixelz fuzzypixelz left a comment

Choose a reason for hiding this comment

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

All dependencies are stored in ci.config.json, I would do something like this:

{
  "git": {
    "user": {
      "name": "eclipse-zenoh-bot",
      "email": "eclipse-zenoh-bot@users.noreply.github.com"
    }
  },
  "lock": {
    "cratesio": {
      "cargo-deb": "2.1.0",
      "estuary": "0.1.1",
      "cross": "0.2.5",
      "toml-cli2": "0.3.2"
    },
    "git": {
      "estuary": {
        "url": "https://github.com/fuzzypixelz/estuary.git",
        "branch": "main"
      } 
    }
  }
}

Use ci.config.json to use forked estuary version
src/config.ts Outdated Show resolved Hide resolved
src/estuary.ts Outdated Show resolved Hide resolved
ci.config.json Outdated Show resolved Hide resolved
src/config.ts Outdated Show resolved Hide resolved
@fuzzypixelz fuzzypixelz merged commit 11e95a7 into eclipse-zenoh:main Sep 23, 2024
2 checks passed
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