Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devenv: work-around failing test on aarch64 using latest nixpkgs
The failing test: ``` ---- test::test_nonexistent_script stdout ---- thread 'test::test_nonexistent_script' panicked at devenv-tasks/src/lib.rs:1106:9: assertion failed: `(left matches right)` Diff < left / right > : <[ < ( < "myapp:task_1", < Completed( < Failed( < 46.911286ms, < TaskFailure { < stdout: [], < stderr: [], < error: "Task exited with status: exit status: 127", < }, < ), < ), < ), <] >[(task_1, >TaskStatus::Completed(TaskCompleted::Failed(_, TaskFailure { >stdout: _, stderr: _, error })))] >if >error == "No such file or directory (os error 2)" && task_1 == "myapp:task_1" ```
- Loading branch information