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
Modifying the flake.nix in order to build the partition for x86-64-unknown-linux-gnu results in the following runtime errors:
ERROR a653rs_linux_hypervisor::hypervisor::linux > No such file or directory (os error 2)
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ENOENT: No such file or directory', hypervisor/src/hypervisor/partition.rs:264:54
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
ERROR a653rs_linux_hypervisor::hypervisor::linux > No such file or directory (os error 2)
/nix/store/30n5h1g32j9g8jg3iw9svznyr1kbc2hb-devshell-dir/bin/run-hypervisor-hello-example: line 9: 126039 Killed RUST_LOG=${RUST_LOG:=trace} cargo run -p a653rs-linux-hypervisor --release -- examples/hello_part/hypervisor_config.yaml
ERROR a653rs_linux_hypervisor::hypervisor::linux > failed to kill the cgroup
I truly understand, that there is no real need for the GNU target, but I see no reason why it should fail either. Beside this, I currently need this target, as I am working on a feature for which the musl support is already merged into upstream but not packaged into a release.
The text was updated successfully, but these errors were encountered:
Modifying the
flake.nix
in order to build the partition forx86-64-unknown-linux-gnu
results in the following runtime errors:I truly understand, that there is no real need for the
GNU
target, but I see no reason why it should fail either. Beside this, I currently need this target, as I am working on a feature for which the musl support is already merged into upstream but not packaged into a release.The text was updated successfully, but these errors were encountered: