Skip to content

Commit

Permalink
regression: fixed ARDUINO_USER_AGENT pollution / resolve compile-sk…
Browse files Browse the repository at this point in the history
…etch GH action failure on Teensy (#2669)

* Removed useless gRPCClientUnknown tag

* 'task build' now uses a compliant semver notation

* Revert "'task build' now uses a compliant semver notation"

This reverts commit 7f8ad1f.
  • Loading branch information
cmaglie committed Jul 19, 2024
1 parent 8246eaa commit eb28638
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions commands/instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ func (s *arduinoCoreServerImpl) Create(ctx context.Context, req *rpc.CreateReque
if md, ok := metadata.FromIncomingContext(ctx); ok {
userAgent = strings.Join(md.Get("user-agent"), " ")
}
if userAgent == "" {
userAgent = "gRPCClientUnknown/0.0.0"
}

// Setup downloads directory
downloadsDir := s.settings.DownloadsDir()
Expand Down

0 comments on commit eb28638

Please sign in to comment.