Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supergraph compose broken on macos #399

Closed
EverlastingBugstopper opened this issue Mar 30, 2021 · 1 comment · Fixed by #401 or #405
Closed

supergraph compose broken on macos #399

EverlastingBugstopper opened this issue Mar 30, 2021 · 1 comment · Fixed by #401 or #405
Labels

Comments

@EverlastingBugstopper
Copy link
Contributor

EverlastingBugstopper commented Mar 30, 2021

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.

@EverlastingBugstopper
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant