6 of 6 standards met
Summary Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24, as Node 20 will reach end-of-life in April 2026. Changes Context Per GitHub's announcement, Node 20 is being deprecated and runners will begin using Node 24 by default starting March 4th, 2026. Why this matters Node 20 EOL: April 2026 Node 24 default: March 4th, 2026 Action**: Update to latest action versions that support Node 24 Security Note Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references. Testing These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging.
CMake Error at CMakeLists.txt:222 (add_library): Cannot find source file: openr/plugin/Plugin.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc CMake Error at CMakeLists.txt:222 (add_library): No SOURCES given to target: openrlib
Repository: facebook/openr. Description: Distributed platform for building autonomic network functions. Stars: 928, Forks: 246. Primary language: C++. Languages: C++ (73.5%), Python (19.9%), Thrift (3.2%), CMake (3.1%), Shell (0.2%). License: MIT. Latest release: rc-20191208-10906 (6y ago). Open PRs: 10, open issues: 10. Last activity: 1h ago. Community health: 87%. Top contributors: saifhhasan, xiangxu1121, jstrizich, wez, ahornby, yi-xian, cooperlees, simpkins, shih-hao-tseng, chadaustin and others.
Last 12 weeks · 186 commits
Summary: We need a better way to create cxxbridges - something that uses the recommended method of cxxbridge-cmd. This function creates C++ bindings using the [cxx] crate. Original function found here: https://github.com/corrosion-rs/corrosion/blob/master/cmake/Corrosion.cmake#L1390 Differential Revision: D51160627
Summary: X-link: https://github.com/facebook/CacheLib/pull/386 X-link: https://github.com/facebook/fb303/pull/67 fbthrift has moved compact/binary protocol instantiation outside _types.cpp (to _types_compact.cpp and _types_binary.cpp). We need to add these two files to the build system. Differential Revision: D74687663
Pull Request Template Title: [] Description: Explain in detail what was broken! How did you fix it Test Plan: Explain in detail how you tested it Pull Request Guideline Before sending a pull request make sure each commit solves one clear, minimal, plausible problem. Further each commit should have the following format: Please avoid sending a pull request with recursive merge nodes, as they are impossible to fix once merged. Please rebase your branch on facebook/openr master instead of merging it. If you are a new contributor please have a look at our contributing guidelines: CONTRIBUTING