Giordano Salvador
Giordano Salvador
Open questions: - What mature alternatives to Nix are there? - Does Monado build on Nix / NixOS? - What encapsulation or virtualization happens using just `nix-shell`? - What is...
Getting the segfault in CI from the logger issue
> I don't see a problem. The changes simplify the tests (in the sense that `RET[programIndex] = x[1+programIndex];` line more becomes an aligned vector copy now), but doesn't change the...
Disabling the spdlogger dependency using the CMake option introduced in #426 allowed forward progress on the build.
As shown [here](https://github.com/e3m3/ILLIXR/blob/feae9c527e87b980577bf97dbae213d4857646d8/container/Containerfile.fedora38#L28), the [proposed solution](https://github.com/ILLIXR/ILLIXR/pull/426#issuecomment-2430684719) in #426 of installing the missing dependency is not sufficient to resolve the spdlogger build issue.
> 1. Running the included docker workflow `podman build -t illixr-fedora-38-cmake-build -f docker/fedora/38/Dockerfile .`, and This build was resolved by running the build script from the `docker` directory rather than...
> > 1. Running the included docker workflow `podman build -t illixr-fedora-38-cmake-build -f docker/fedora/38/Dockerfile .`, and > > This build was resolved by running the build script from the `docker`...