Nikolay Edigaryev
Nikolay Edigaryev
Snapshotting support has landed in macOS 14.0 (Sonoma) in the form of [`saveMachineStateTo()`](https://developer.apple.com/documentation/virtualization/vzvirtualmachine/4168516-savemachinestateto) and [`restoreMachineStateFrom ()`](https://developer.apple.com/documentation/virtualization/vzvirtualmachine/4168515-restoremachinestatefrom). I've checked and it does indeed work, however, it's not possible to snapshot VMs...
Hello Justin! Unfortunately, neither of the things you've listed seems to be feasible at the moment with the `Virtualization.Framework` because the [`VZEFIVariableStore`](https://developer.apple.com/documentation/virtualization/vzefivariablestore) gets created only on `tart create`. This UEFI...
I don't think it's possible at the moment. The https://github.com/cirruslabs/tart/issues/286#issuecomment-1299598271 still stands, and as for the booting into the UEFI shell, we're using [`VZEFIBootLoader`](https://developer.apple.com/documentation/virtualization/vzefibootloader) and it doesn't have any options....
Why close this? This issue is still relevant.
@svrnm thanks for the input! I've just realized that this project [produces the binaries with `CGO_ENABLED=0`](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/374), which means that [`hostmetricsreceiver`](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/README.md) won't emit CPU and disk metrics on macOS, which is...
Re-opening because it's not possible to upstream the OpenTelemetry Collector into the Homebrew Core, see https://github.com/open-telemetry/opentelemetry-collector/issues/7891#issuecomment-1906735345
> Please help resolve conflicts? Done in https://github.com/open-telemetry/opentelemetry-collector-releases/pull/460/commits/b4cfdb9e8abb45bd8e73f05eb6e8ffd457ae8b0d 👌
> Please see the CI Moved the "brews:"-related GoReleaser configuration generation to the Golang codebase in https://github.com/open-telemetry/opentelemetry-collector-releases/pull/460/commits/3b48905ac45f3dd046560f1201e6d96a1c343e7d.
> Should the k8s distro have a formula? It seems to be Linux-only (which makes sense): https://github.com/open-telemetry/opentelemetry-collector-releases/blob/b46b43521a1b7b6afd65c8dfe93ff5dcd2a3044c/distributions/otelcol-k8s/.goreleaser.yaml#L8-L9
I'm fine with any Swift-related change as long as one will be able to link against ANTLR 4 statically and [use it from Swift](https://github.com/cirruslabs/tart/blob/c27d4a089c70bf25f0e16f3bc3c5c64ffc5b96ac/Package.swift#L19) without forking this repository. Also, [consider...