-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
folly::detail::AccessSpreader<std::atomic>::getcpuFunc Not Found #516
Comments
@Orvid Can I work on this one? |
That function no longer lives in |
@Orvid , this may be a silly question , but may I please know what does this line do - |
It declares |
@Orvid can you please explain the meaning behind doing - https://github.com/facebook/folly/blob/master/folly/concurrency/CacheLocality.h#L385 |
It's popping a value off of the free-list that had been previously pushed to at: |
@Orvid the vcpkg installed old repositories in my system and is now not updating them , I have opened issue on vcpkg repository for this . |
Summary: X-link: facebook/fbthrift#516 X-link: facebook/watchman#1050 X-link: facebook/proxygen#426 Pull Request resolved: #1842 X-link: facebook/fboss#117 Sadly, even though Ubuntu 18.04 is still in LTS, GitHub is deprecating its runner image. Migrate the generated GitHub Actions to 20.04. actions/runner-images#6002 https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/ Reviewed By: fanzeyi Differential Revision: D38877286 fbshipit-source-id: 85f3324d6666eacb190a43985585b438de69d545
link libfolly.a , g++6.2 , Error info is
folly/detail/CacheLocality.h:256: undefined reference to
folly::detail::AccessSpreader<std::atomic>::getcpuFunc
The text was updated successfully, but these errors were encountered: