Protobuf Team Bot
83ec410d30
Internal change
...
PiperOrigin-RevId: 619377672
8 months ago
aiuto
3ab1276bbb
Update Bazel references to rules_pkg to the supported file locations. ( #15780 )
...
WIP: I want to see this pass CI first.
Fixes : #15779
3 scripted transforms:
```
-load("@rules_pkg//:mappings.bzl", ...)
+load("@rules_pkg//pkg:mappings.bzl", ...)
```
```
-load("@rules_pkg//:pkg.bzl", "pkg_tar")
+load("@rules_pkg//pkg:tar.bzl", "pkg_tar")
```
```
-load("@rules_pkg//:pkg.bzl", "pkg_zip")
+load("@rules_pkg//pkg:zip.bzl", "pkg_zip")
```
Closes #15780
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/15780 from aiuto:rules_pkg a630276341
PiperOrigin-RevId: 606641398
10 months ago
John Cater
e0e88dea64
Remove uses of `incompatible_use_toolchain_transition`.
...
Now that Bazel 7.0 has been released, it's time to remove this tech debt.
This has been a no-op since Bazel 5.0, I've been waiting to remove the code for
two years, it's time.
Part of https://github.com/bazelbuild/bazel/issues/14127 .
PiperOrigin-RevId: 591940644
11 months ago
Adam Cozzette
c693ba3c87
Sync from Piper @446230931
...
PROTOBUF_SYNC_PIPER
3 years ago
zhangskz
b37b613436
Update protobuf_version.bzl to separate protoc and per-language java major version ( #9900 )
3 years ago
Adam Cozzette
76398dab31
Sync from Piper @431959314
...
PROTOBUF_SYNC_PIPER
3 years ago
deannagarcia
5b3f853d7d
Make protoc executable names consistent
...
Rename ppc64 cpu to ppcle_64 to match current release.
3 years ago
deannagarcia
a5168a6e96
Fix package naming rule
...
Remove quotes around CPU since we want the variable evaluated instead of the string. This will allow the win64 build to get the correct name.
3 years ago
Deanna Garcia
667d5e9e9f
No error throwing for unknown OS
3 years ago
Deanna Garcia
7d9c9ebd5d
Add error throwing
3 years ago
Deanna Garcia
e4e26dfdf7
Name protoc artifacts by their cpu and os
3 years ago
Derek Perez
3a4d9316aa
Creates a protoc release zip ( #9188 )
...
* Creates a protoc release zip
Mimics what we're doing manually today but powered by Bazel.
* don't special case this.
* Addressing feedback.
* adding comment about _cc_toolchain
3 years ago