You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
likely due to codesigning as we saw /Users/lrlna in debug logs for 0.0.4, and now i'm seeing /Users/runner now that we're signing with github actions. I wonder if it's the --deep option we have specified for codesign that maybe signs things out of order (library vs binary, ordering matters to apple)? not particularly sure. it only happens on rover supergraph compose and no other commands so it could also be a deno_core bug.
The text was updated successfully, but these errors were encountered:
removing --options runtime makes this work. this means deno_core is likely doing something apple's hardened runtime doesn't like which is fine, we can just remove that from CI and this command should work fine on MacOS once again.
likely due to codesigning as we saw
/Users/lrlna
in debug logs for 0.0.4, and now i'm seeing/Users/runner
now that we're signing with github actions. I wonder if it's the--deep
option we have specified forcodesign
that maybe signs things out of order (library vs binary, ordering matters to apple)? not particularly sure. it only happens onrover supergraph compose
and no other commands so it could also be a deno_core bug.The text was updated successfully, but these errors were encountered: