I'm about at the end of my ability to debug this C...
# development
b
I'm about at the end of my ability to debug this CI issue, so hoping someone here recognizes the issue or has suggestions on how to debug further: https://github.com/pantsbuild/pants/pull/12283/checks?check_run_id=3002558607
tl;dr is that I'm running a wrapper script in a
Process
, but I'm consistently getting the error
Copy code
E           Error launching process: Os { code: 8, kind: Other, message: "Exec format error" }
ugh, what is it about finally asking for help that makes the problem suddenly blindingly obvious?
h
What was it?
Also, asking for help is fine to do earlier 🙂
âž• 1
b
I'm not 100% sure yet but it's almost certainly because I forgot to prefix my args with
bash.path
I thought the issue was going to be arch/Coursier specific, so I figured I was going to have to debug it myself anyway, but it was getting to the point where I wasn't even running Coursier that made me realize it must be something more generic