Possible outdated nightly binary #276
Labels
conclusion: resolved
Issue was resolved
topic: infrastructure
Related to project infrastructure
type: imperfection
Perceived defect in any part of project
Bug Report
Can you please verify whether the downloadable
nightly
is built from a17ecb9?Current behavior
The problem is the following:
grpcurl -d '{"instance":{"id":1}}' -import-path ./rpc/ -proto commands/commands.proto --plaintext localhost:50051 cc.arduino.cli.commands.ArduinoCore.PlatformSearch
from thearduino/arduino-cli
repository root, I get back the following results:However, when I get the source (a17ecb9) and build the
arduino-cli
locally, start the daemon and execute the same command I get back different result:Please note, the
Boards
are missing from the result from the local build as well. The issue leads here; I want to tackle it in a separate issue.Expected behavior
It seams #268 is not part of the downloadble
nightly
.Environment
arduino-cli version
):arduino-cli-nightly-13
vs. local build.go version go1.12.6 darwin/amd64
macOS 10.14.4 (18E226)
Additional context
The text was updated successfully, but these errors were encountered: