You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beszel: skip GPU relevant tests and fix racing conditions for darwin
Darwin doesn't support Nvidia and AMD GPU utilities, so such test should
be skipped.
While building on darwin a racing condition is happening.
To solve this, we add the following line to the
`internal/hub/systems/system.go` file:
```go
defer func() { recover() }();
```
0 commit comments