fleet/orbit/changes
Lucas Manuel Rodriguez e68a129eb9
Fix build warning (#37257)
Fixing the following warning:
```
$ make fleet

[...]
# github.com/shoenig/go-m1cpu
../../gopath/pkg/mod/github.com/shoenig/go-m1cpu@v0.1.6/cpu.go:75:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
../../gopath/pkg/mod/github.com/shoenig/go-m1cpu@v0.1.6/cpu.go:77:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
```

PS: This warning happens when building fleet because we need to decouple
the client code from `server/service`... (hopefully to be done as part
of https://github.com/fleetdm/fleet/issues/36087)
2025-12-15 12:08:31 -03:00
..
.keep Add 'orbit/' from commit 'ab3047bb39f1e2be331d1ff18b4eb768619033c4' 2021-08-04 16:58:25 -03:00
34052-fleet-desktop-icon-macos Update security status (#37086) 2025-12-11 10:42:50 -03:00
update-go-1.25.5 Update security status (#37086) 2025-12-11 10:42:50 -03:00
update-go-m1cpu-to-v0.1.7-to-fix-build-warning Fix build warning (#37257) 2025-12-15 12:08:31 -03:00