-
Notifications
You must be signed in to change notification settings - Fork 89
add windows build #785
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
base: main
Are you sure you want to change the base?
add windows build #785
Conversation
…e-747 pins kafka to 3.5.2 for containerlab version of single-instance kafka-output example
Simplify interfaces
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.42.0. - [Commits](golang/crypto@v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…es/golang.org/x/crypto-0.42.0 Bump golang.org/x/crypto from 0.41.0 to 0.42.0
…re the next path element.
handle `[null]` and `null` when format is `event`
add missing processor name to proc list
fail xpath parsing when there are trailing chars after a key and before the next path element
bump api pkg go version and main pkg dependencies
- Handle leading slash for flat format when origin is not included in
prefix or prefix is non-existant
…ding-input-jetstream-setting feat: capability for jetstream input to set MaxAckPending
…D is documented incorrectly
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8...v9) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0. - [Commits](golang/crypto@v0.43.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
fix openconfig#770 The API path to patch subscriptions for a target ID is wrong
fix event_group_by not handling delete events
…ctions/golangci/golangci-lint-action-9 Bump golangci/golangci-lint-action from 8 to 9
Fix leading slash handling for flat format
…es/golang.org/x/crypto-0.45.0 Bump golang.org/x/crypto from 0.43.0 to 0.45.0
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Windows builds were remove some time ago: karimra/gnmic#196 |
it's overkill to use wsl for that... why not using native windows ?! |
|
for windows we can use https://github.com/chzyer/readline in place of go-prompt. and go-prompt last commit as 4 years back, 28 pull request stale, multiple fork.... and readline last commit as 6 months only.... |
|
i've migrated to https://github.com/elk-language/go-prompt and is working fine on windows terminal !!!! |
|
Fair point on go-prompt being abandoned, but do people really use windows to run gNMI ? How niche is it ? |
| if: runner.os != 'Windows' | ||
| env: | ||
| CGO_ENABLED: 0 | ||
| - run: bash ./tests/run_tests.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this wouldn't work right ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
windows runner are build with bash but you need to call explicitly to use it.
…sage: Deprecated, use `fail_level` instead.
|
test run ok : https://github.com/mcarbonneaux/gnmic/actions/runs/20915617555 |


this pull request add windows build