(no commit message)
authorpoelzi <poelzi@web>
Wed, 20 Mar 2024 21:22:36 +0000 (21:22 +0000)
committeradmin <admin@branchable.com>
Wed, 20 Mar 2024 21:22:36 +0000 (21:22 +0000)
doc/bugs/test__58___posix__95__spawnp_broken_10_on_darwin.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/test__58___posix__95__spawnp_broken_10_on_darwin.mdwn b/doc/bugs/test__58___posix__95__spawnp_broken_10_on_darwin.mdwn
new file mode 100644 (file)
index 0000000..81fef53
--- /dev/null
@@ -0,0 +1,25 @@
+### Please describe the problem.
+
+We observer error in our CI:
+
+```
+      ./Test/Framework.hs:86:
+      addurl on file:///private/tmp/nix-build-git-annex-10.20231129.drv-0/git-annex-10.20231129-src/.t/25/tmprepo0/myurl failed with unexpected exit code (transcript follows)
+      addurl file:///private/tmp/nix-build-git-annex-10.20231129.drv-0/git-annex-10.20231129-src/.t/25/tmprepo0/myurl 
+      git-annex: security: createProcess: posix_spawnp: does not exist (No such file or directory)
+      failed
+      addurl: 1 failed
+```
+
+https://github.com/cachix/pre-commit-hooks.nix/actions/runs/8355807260/job/22871621632
+
+### What steps will reproduce the problem?
+
+build git-annex and run tests on darwin
+
+### What version of git-annex are you using? On what operating system?
+
+10.20231129
+
+
+