Skip to content

Comments

Remove python_version and srcs_versionfrom bazel py_binary#4765

Closed
gchatelet wants to merge 328 commits intostablefrom
remove_py3_from_bazel
Closed

Remove python_version and srcs_versionfrom bazel py_binary#4765
gchatelet wants to merge 328 commits intostablefrom
remove_py3_from_bazel

Conversation

@gchatelet
Copy link
Collaborator

main

Mizux and others added 30 commits June 11, 2025 13:24
cmake: Fix README.md for GFM

note: code markdown preview do not have the same behaviour...
…XECUTABLE

Allow users to specify a custom protoc executable by setting the
OR_TOOLS_PROTOC_EXECUTABLE variable, which takes precedence over
the default cross-compilation and system protoc detection logic.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
1. This is a boolean property which must be set to TRUE or FALSE
   If TRUE, the default, cmake will use @rpath as directory portion (aka prefix) of the  install_name (otool LC_ID_DYLIB)
   note: CMP0042 set it to TRUE by default
2. To change this prefix you must use INSTALL_NAME_DIR
3. To change the INSTALL_RPATH (otool LC_RPATH) (e.g. to set it to @loader_path) you must use the INSTALL_RPATH property.

ref:
https://cmake.org/cmake/help/latest/variable/CMAKE_MACOSX_RPATH.html
https://cmake.org/cmake/help/latest/prop_tgt/MACOSX_RPATH.html
https://cmake.org/cmake/help/latest/prop_tgt/INSTALL_RPATH.html
https://cmake.org/cmake/help/latest/policy/CMP0042.html
dump_vars: Add support for StrongInt and StrongVector
@gchatelet gchatelet closed this Sep 3, 2025
@gchatelet gchatelet deleted the remove_py3_from_bazel branch September 3, 2025 07:28
Comment on lines +47 to +50
runs-on: ubuntu-latest
needs: vagrant
steps:
- uses: actions/checkout@v5

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@Mizux Mizux added this to the v9.16 milestone Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants