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 xtask to update upstream submodule #142

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

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Oct 3, 2024

Every so often the upstream OpenVINO repository releases a new version. This new task, cargo xtask update <tag>, will run some Git commands to update Git submodule tracked by this repository. Since each release may slightly tweak the header files, this new task is expected to be used immediately prior to cargo xtask codegen; cargo test.

crates/xtask/src/update.rs Fixed Show fixed Hide fixed
abrown added a commit to abrown/openvino-rs that referenced this pull request Oct 4, 2024
This consists of using intel#142:

```
$ cargo xtask update 2024.4.0
$ cargo xtask codegen
$ cargo test
```

The follow-on commits resolve the errors introduced by this update.
Every so often the upstream OpenVINO repository releases a new version.
This new task, `cargo xtask update <tag>`, will run some Git commands to
update Git submodule tracked by this repository. Since each release may
slightly tweak the header files, this new task is expected to be used
immediately prior to `cargo xtask codegen; cargo test`.
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.

1 participant