Skip to content

Add filegroup targets for .bzl files in the host package#90

Merged
Wyverald merged 1 commit into
mainfrom
wyv-host-filegroup
Apr 25, 2024
Merged

Add filegroup targets for .bzl files in the host package#90
Wyverald merged 1 commit into
mainfrom
wyv-host-filegroup

Conversation

@Wyverald

Copy link
Copy Markdown
Member

This allows users of e.g. //host:constraints.bzl to use Stardoc.

Fixes #89

This allows users of e.g. `//host:constraints.bzl` to use Stardoc.
@Wyverald
Wyverald requested a review from katre April 24, 2024 22:40
@Wyverald
Wyverald requested review from aranguyen and removed request for katre April 25, 2024 14:03
@Wyverald
Wyverald merged commit 5074be0 into main Apr 25, 2024
@Wyverald
Wyverald deleted the wyv-host-filegroup branch April 25, 2024 14:18
anakinxc referenced this pull request in secretflow/spu May 18, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [platforms](https://togithub.com/bazelbuild/platforms) | http_archive
| patch | `0.0.9` -> `0.0.10` |

---

### Release Notes

<details>
<summary>bazelbuild/platforms (platforms)</summary>

###
[`v0.0.10`](https://togithub.com/bazelbuild/platforms/releases/tag/0.0.10)

[Compare
Source](https://togithub.com/bazelbuild/platforms/compare/0.0.9...0.0.10)

#### What's Changed

- Add filegroup targets for .bzl files in the `host` package by
[@&#8203;Wyverald](https://togithub.com/Wyverald) in
[https://github.com/bazelbuild/platforms/pull/90](https://togithub.com/bazelbuild/platforms/pull/90)

#### WORKSPACE setup

load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl",
"http_archive")
    http_archive(
        name = "platforms",
        urls = [

"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",

"https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
        ],
sha256 =
"218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
    )

**Full Changelog**:
bazelbuild/platforms@0.0.9...0.0.10

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/secretflow/spu).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

2 participants