Cayetano Santos
Cayetano Santos
cg > It does look like the issue is with the compute-runtime, providing libze_intel_gpu. Could > you try running with NEOReadDebugKeys=1 PrintDebugMessages=1 PrintXeLogs=1? export NEOReadDebugKeys=1; export PrintDebugMessages=1; export PrintXeLogs=1; export...
Problem fixed for me after a system update. Thanks a lot for your help !
Tested using testing suite of [open-logic](https://github.com/open-logic/open-logic/tree/main/sim) repository, and up to date ghdl.
Sure, packaging. We are trying to distribute casual [with Guix](https://codeberg.org/guix/guix/pulls/1116), updating the current implementation consisting of several different packages. In this case, running the tests means patching the Makefile to...
> @csantosb Guess my confusion is understanding why `CASUAL_LIB_DIR` needs to be a conditional variable as it is derived from `CASUAL_BASE_DIR`. Setting `CASUAL_BASE_DIR` is not enough, as it would still...
> Also are you trying to run the test regression for Casual? If so, you will run into issues with referencing other packages as the Makefiles presume the package paths...
> @csantosb looked at the log; Apparently the tests are not run due to phase `remove-problematic-tests`. > > ``` > starting phase `remove-problematic-tests' > phase `remove-problematic-tests' succeeded after 0.0 seconds...
The package is built within an isolated environment, no network access, where the required dependencies are present. Tests are run under same conditions.
In a clean environment with only `mu`, `emacs-async`, `emacs` and `make`, the following command make check fails with the [previous](https://github.com/rougier/mu4e-dashboard/issues/54#issuecomment-3268541492) error message
You mean [this](https://github.com/rougier/mu4e-dashboard/issues/54#issuecomment-3268541492) ?