We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refs: #1358 (comment) Refs: #1409 Refs: nodejs/node#21079 Refs: #1264
V8 6.8 requires Xcode 8.x or higher but unfortunately Xcode 8.x is not supported on macOS 10.10
We only have a macOS 10.10 release machine, so ATM we can't release with V8 6.8. The crux is the use on thread_local modifier for 2 variables used by torque which is a codegen tool used by the build process (no thread_local usage in the actual V8 code). https://github.com/targos/node/blob/716948b9de79bbd327e9e496e4db8fc07e82b742/deps/v8/src/torque/contextual.h#L52-L57
thread_local
torque
We have a few options:
/CC @nodejs/v8-update @nodejs/build-infra (specifical @targos and @rvagg)
The text was updated successfully, but these errors were encountered:
There is also option 4: add a new release machine. See #1391
Sorry, something went wrong.
Closing in favor of #1391
No branches or pull requests
Refs: #1358 (comment)
Refs: #1409
Refs: nodejs/node#21079
Refs: #1264
We only have a macOS 10.10 release machine, so ATM we can't release with V8 6.8.
The crux is the use on
thread_local
modifier for 2 variables used bytorque
which is a codegen tool used by the build process (nothread_local
usage in the actual V8 code).https://github.com/targos/node/blob/716948b9de79bbd327e9e496e4db8fc07e82b742/deps/v8/src/torque/contextual.h#L52-L57
We have a few options:
torque
code (maybe as per https://stackoverflow.com/a/25393790/27955)/CC @nodejs/v8-update @nodejs/build-infra (specifical @targos and @rvagg)
The text was updated successfully, but these errors were encountered: