Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: secretflow/yacl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.5b10-nightly-20241224
Choose a base ref
...
head repository: secretflow/yacl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.5b10-nightly-20250110
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 10, 2025

  1. Add .bcr files to automate publishing yacl rulesets to bazel registry (

    tongke6 authored Jan 10, 2025
    Copy the full SHA
    dad0433 View commit details
  2. Bump version to 0.4.5b10-nightly-20250110 (#458)

    tongke6 authored Jan 10, 2025
    Copy the full SHA
    f724366 View commit details
Showing with 29 additions and 1 deletion.
  1. +7 −0 .bcr/metadata.template.json
  2. +16 −0 .bcr/presubmit.yml
  3. +5 −0 .bcr/source.template.json
  4. +1 −1 MODULE.bazel
7 changes: 7 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"homepage": "https://github.com/secretflow/yacl",
"maintainers": [],
"repository": ["github:secretflow/yacl"],
"versions": [],
"yanked_versions": {}
}
16 changes: 16 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@yacl//yacl/..."
5 changes: 5 additions & 0 deletions .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "",
"strip_prefix": "{REPO}-{TAG}",
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
}
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@

module(
name = "yacl",
version = "0.4.5b10-nightly-20241224",
version = "0.4.5b10-nightly-20250110",
compatibility_level = 1,
)