Skylark Update Release
Hallo:
I use this software in few libraries for learning and competition.
Building googletest using bazel_deps instead of git_repository requries version number. Skylark-ification has occured after last release in April, 2025. So, cc_functions need to be loaded using rules_cc in BUILD definition, which has already been added in commit 50b8600.
Request to generate a new minor release. 1.17.1, which allows the new additions to be reflected during build. Also, if possible, please update the rules_cc version number to 0.2.16
Thank you.
Steps to reproduce the problem
Setup -> Build -> Test.
What version of GoogleTest are you using?
1.17.0
What operating system and version are you using?
Ubuntu 24.04.3 LTS
Microsoft Windows Server 2025
Other OS on shared low end virtual machines.
What compiler and version are you using?
Host default.
Local: gcc version 11.4.0.
What build system are you using?
Bazelisk version: v1.26.0
Build label: 9.0.0
Additional context
A new minor release should fix the issue.
Skylark Update Release
Hallo:
I use this software in few libraries for learning and competition.
Building googletest using
bazel_depsinstead ofgit_repositoryrequries version number. Skylark-ification has occured after last release in April, 2025. So, cc_functions need to be loaded usingrules_ccin BUILD definition, which has already been added in commit 50b8600.Request to generate a new minor release. 1.17.1, which allows the new additions to be reflected during build. Also, if possible, please update the
rules_ccversion number to 0.2.16Thank you.
Steps to reproduce the problem
Setup -> Build -> Test.
What version of GoogleTest are you using?
1.17.0
What operating system and version are you using?
Ubuntu 24.04.3 LTS
Microsoft Windows Server 2025
Other OS on shared low end virtual machines.
What compiler and version are you using?
Host default.
Local: gcc version 11.4.0.
What build system are you using?
Bazelisk version: v1.26.0
Build label: 9.0.0
Additional context
A new minor release should fix the issue.