-
Notifications
You must be signed in to change notification settings - Fork 166
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
Missing compiler on macos ?? #1345
Comments
Hmm haven't seen this one before, taking a look |
Looks like the errors are only appearing on test-macstadium-macos10.10-x64-1 |
Am able to get compiler running locally, going to try and restart the Jenkins agent |
Thank you @maclover7 ... definitely appreciate it. I hadn't seen it before either. Happened on two different CI runs. |
Hmm ran cc @gdams @nodejs/platform-macos |
|
@jasnell I updated |
@maclover7 FYI you can simply mark the machine as offline in https://ci.nodejs.org/computer/test-macstadium-macos10.10-x64-1/ |
Zos variables were being used in the Mac script, which was causing build failures. In particular, the script was referencing "/bin/xlc" which does not exist on Mac. Refs: #1345
Yep, I just wanted to see if there was a quick fix before I marked the machine offline Fix should be in d63e66f, turns out zos scripts were being used on Mac, which didn't end well... Restarted those two OSX builds @jasnell, hopefully should be green now |
Thank you very much! |
thanks for picking this up @maclover7. are the builds now passing on |
@gdams Builds are now passing, going to close this for now |
See: https://ci.nodejs.org/job/node-test-commit-osx/19308/nodes=osx1010/console
The text was updated successfully, but these errors were encountered: